Recompile subtypes when class member is changed

This commit is contained in:
Alexey Tsvetkov
2016-01-22 15:47:35 +03:00
parent 4296b7f882
commit a474165a8f
25 changed files with 153 additions and 7 deletions
@@ -7,9 +7,11 @@ src/A.kt
End of files
Cleaning output files:
out/production/module/META-INF/module.kotlin_module
out/production/module/foo/AChild.class
out/production/module/foo/UseAChildKt.class
End of files
Compiling files:
src/AChild.kt
src/useAChild.kt
End of files
COMPILATION FAILED
@@ -21,5 +23,6 @@ out/production/module/foo/A.class
End of files
Compiling files:
src/A.kt
src/AChild.kt
src/useAChild.kt
End of files