Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/overrideImplicit/build.log
T
2017-05-26 13:58:46 +03:00

34 lines
801 B
Plaintext
Vendored

================ Step #1 =================
Cleaning output files:
out/production/module/B.class
End of files
Compiling files:
src/B.kt
End of files
Marked as dirty by Kotlin:
src/BA.kt
Exit code: ADDITIONAL_PASS_REQUIRED
------------------------------------------
Cleaning output files:
out/production/module/BA.class
End of files
Compiling files:
src/BA.kt
End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
Class 'BA' is not abstract and does not implement abstract member public abstract fun f(c: C<Any>): Unit defined in A
================ Step #2 =================
Cleaning output files:
out/production/module/B.class
End of files
Compiling files:
src/B.kt
src/BA.kt
End of files
Exit code: OK
------------------------------------------