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,5 @@
package test
open class A {
fun f() {}
}
@@ -0,0 +1,3 @@
package test
class A
@@ -0,0 +1,2 @@
changes in test/A: CLASS_SIGNATURE, MEMBERS
[f]