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
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
public fun main() {}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
public class TestPackage {
|
||||
public fun main() {}
|
||||
}
|
||||
|
||||
public class MainKt {
|
||||
companion object {
|
||||
@JvmStatic
|
||||
public fun main() {
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
REMOVED: class MainKt$Companion.class
|
||||
changes in test/MainKt: CLASS_SIGNATURE
|
||||
changes in test/TestPackage: CLASS_SIGNATURE
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
import kotlin.annotation.*
|
||||
|
||||
class ClassWithTypeParameterListChanged<U> {
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
class ClassWithTypeParameterListChanged<U, V> {
|
||||
}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
changes in test/ClassWithTypeParameterListChanged: CLASS_SIGNATURE
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
import kotlin.annotation.*
|
||||
|
||||
annotation class ClassWithClassAnnotationListChanged
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
@Deprecated("") class ClassWithClassAnnotationListChanged
|
||||
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
changes in test/ClassWithClassAnnotationListChanged: CLASS_SIGNATURE
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
class ClassWithSuperTypeListChanged : java.io.Serializable {
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
class ClassWithSuperTypeListChanged {
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
changes in test/ClassWithSuperTypeListChanged: CLASS_SIGNATURE
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
public class TestPackage {
|
||||
public fun main() {}
|
||||
}
|
||||
|
||||
public class MainKt {
|
||||
companion object {
|
||||
@JvmStatic
|
||||
public fun main() {
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
public fun main() {}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
ADDED: class MainKt$Companion.class
|
||||
changes in test/MainKt: CLASS_SIGNATURE
|
||||
changes in test/TestPackage: CLASS_SIGNATURE
|
||||
Reference in New Issue
Block a user