Files
kotlin-fork/jps-plugin/testData/incremental/classHierarchyAffected/classRemovedAndRestored/gradle-build.log
T
2017-12-22 16:12:19 +03:00

37 lines
672 B
Plaintext
Vendored

================ Step #1 =================
Compiling files:
src/B.kt
src/createA.kt
src/createB.kt
src/useAfoo.kt
src/useBbar.kt
End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
Unresolved reference: A
Unresolved reference: A
================ Step #2 =================
Compiling files:
src/A.kt
src/B.kt
src/createA.kt
src/createB.kt
src/useAfoo.kt
src/useBbar.kt
End of files
Exit code: OK
================ Step #3 =================
Compiling files:
src/failCompilation.kt
End of files
Exit code: ABORT
------------------------------------------
COMPILATION FAILED
Expecting a top level declaration