Recompile all class and member usages when flag and member are changed
Original commit: e7f8d7103f
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
open class A {
|
||||
fun f() {}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
class A
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
changes in test/A: CLASS_SIGNATURE, MEMBERS
|
||||
[f]
|
||||
Reference in New Issue
Block a user