Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/overrideExplicit/build.log
T

35 lines
702 B
Plaintext
Vendored

================ Step #1 =================
Cleaning output files:
out/production/module/A.class
End of files
Compiling files:
src/A.kt
End of files
Marked as dirty by Kotlin:
src/B.kt
Exit code: ADDITIONAL_PASS_REQUIRED
------------------------------------------
Cleaning output files:
out/production/module/B.class
End of files
Compiling files:
src/B.kt
End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
'f' overrides nothing
================ Step #2 =================
Cleaning output files:
out/production/module/A.class
End of files
Compiling files:
src/A.kt
src/B.kt
End of files
Exit code: OK
------------------------------------------