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

Original commit: e7f8d7103f
This commit is contained in:
Alexey Tsvetkov
2015-12-23 15:55:46 +03:00
parent 07a18f2758
commit 7eb8c94ca8
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]
@@ -1 +1,2 @@
changes in test/ClassWithClassAnnotationListChanged: CLASS_SIGNATURE
changes in test/ClassWithClassAnnotationListChanged: CLASS_SIGNATURE, MEMBERS
[<init>]