From 6fc44a498f2bdfe56a081d4027a43da15856616e Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Tue, 3 Mar 2015 17:28:24 +0300 Subject: [PATCH] Refactor: process mentions of class object Rename usages that refer to "default object" concept now Test data file names are left as is Original commit: 48fbce95829f8ca96ff7252c879586ab3e504ba1 --- .../javaUsedInKotlin/samConversions/methodAdded/build.log | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jps/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/samConversions/methodAdded/build.log b/jps/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/samConversions/methodAdded/build.log index 0a8d4fef107..28ca5a5e406 100644 --- a/jps/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/samConversions/methodAdded/build.log +++ b/jps/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/samConversions/methodAdded/build.log @@ -18,6 +18,6 @@ src/usageWithFunctionLiteral.kt End of files COMPILATION FAILED Expression 'SamInterface' cannot be invoked as a function. The function invoke() is not found -Please specify constructor invocation; classifier 'SamInterface' does not have a class object +Please specify constructor invocation; classifier 'SamInterface' does not have a default object Expression 'SamInterface' cannot be invoked as a function. The function invoke() is not found -Please specify constructor invocation; classifier 'SamInterface' does not have a class object \ No newline at end of file +Please specify constructor invocation; classifier 'SamInterface' does not have a default object \ No newline at end of file