Files
kotlin-fork/jps-plugin/testData/incremental/withJava/other/classRedeclaration/build.log
T
Alexey Tsvetkov 5760b8cf8b Register kotlin_module as output of all files
Previously kotlin_module was registered as output
only for files containing top-level declarations
2018-07-09 15:48:11 +03:00

20 lines
455 B
Plaintext
Vendored

================ Step #1 =================
Compiling files:
src/class2.kt
End of files
Exit code: OK
------------------------------------------
Cleaning output files:
out/production/module/Klass.class
out/production/module/META-INF/module.kotlin_module
End of files
Compiling files:
src/class1.kt
src/class2.kt
End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
Redeclaration: Klass
Redeclaration: Klass