tests for comparison of changes in classes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
import kotlin.annotation.*
|
||||
|
||||
open class ClassWithFlagsChanged {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
class ClassWithFlagsChanged {
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
changes in test/ClassWithFlagsChanged: CLASS_SIGNATURE
|
||||
Reference in New Issue
Block a user