tests for comparison of changes in classes

Original commit: ae7cc8e430
This commit is contained in:
Michael Nedzelsky
2015-08-05 16:38:19 +03:00
parent f59a42abc8
commit ff54b362ea
59 changed files with 943 additions and 0 deletions
@@ -0,0 +1,6 @@
package test
import kotlin.annotation.*
open class ClassWithFlagsChanged {
}
@@ -0,0 +1,4 @@
package test
class ClassWithFlagsChanged {
}
@@ -0,0 +1 @@
changes in test/ClassWithFlagsChanged: CLASS_SIGNATURE