Recompile all subclasses of removed classes

This commit is contained in:
Alexey Tsvetkov
2017-12-07 03:12:32 +03:00
parent e8162cd99d
commit a31f503fa5
6 changed files with 92 additions and 3 deletions
@@ -0,0 +1,36 @@
================ 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