From cdda7e87f7e9a30cdf19b3c2d3a29b2615b057ff Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Wed, 11 Nov 2015 18:14:59 +0300 Subject: [PATCH] Drop createQualifier: testData update Original commit: 9856af48ca4493916806895c9e7b0844a2268a0b --- .../javaUsedInKotlin/samConversions/methodAdded/build.log | 6 ++---- 1 file changed, 2 insertions(+), 4 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 351c19dafcc..33acb90e24b 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 @@ -17,7 +17,5 @@ src/usageWithFunctionExpression.kt 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 companion 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 companion object \ No newline at end of file +Unresolved reference: SamInterface +Unresolved reference: SamInterface \ No newline at end of file