Files
kotlin-fork/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/samConversions/methodAdded/build.log
T
2014-11-07 14:51:59 +03:00

24 lines
1.1 KiB
Plaintext

Cleaning output files:
out/production/module/SamInterface.class
End of files
Compiling files:
src/SamInterface.java
End of files
Cleaning output files:
out/production/module/_DefaultPackage$sam$SamInterface$*.class
out/production/module/_DefaultPackage$usageWithFunctionExpression$*$usageWithFunctionExpression$a$1.class
out/production/module/_DefaultPackage$usageWithFunctionExpression$*.class
out/production/module/_DefaultPackage$usageWithFunctionLiteral$*$usageWithFunctionLiteral$1.class
out/production/module/_DefaultPackage$usageWithFunctionLiteral$*.class
out/production/module/_DefaultPackage.class
End of files
Compiling files:
src/usageWithFunctionExpression.kt
src/usageWithFunctionLiteral.kt
End of files
COMPILATION FAILED
Kotlin:ERROR:Expression 'SamInterface' cannot be invoked as a function. The function invoke() is not found
Kotlin:ERROR:Please specify constructor invocation; classifier 'SamInterface' does not have a class object
Kotlin:ERROR:Expression 'SamInterface' cannot be invoked as a function. The function invoke() is not found
Kotlin:ERROR:Please specify constructor invocation; classifier 'SamInterface' does not have a class object