Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/funRedeclaration/build.log
T

11 lines
355 B
Plaintext

Cleaning output files:
out/production/module/test/TestPackage$fun2$*.class
out/production/module/test/TestPackage.class
End of files
Compiling files:
src/fun2.kt
End of files
COMPILATION FAILED
Platform declaration clash: The following declarations have the same JVM signature (function()V):
fun function(): kotlin.Unit
fun function(): kotlin.Unit