Recompile all class and member usages when flag and member are changed

This commit is contained in:
Alexey Tsvetkov
2015-12-23 15:55:46 +03:00
parent b0627b4ce6
commit e7f8d7103f
20 changed files with 153 additions and 59 deletions
@@ -0,0 +1,3 @@
open class A {
val x: Any = "A.x"
}