Treat SEALED_SUBCLASS_FQ_NAME_LIST change as a class signature change
#KT-19580
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
class Base {
|
||||
class Nested1 {
|
||||
class Nested2 {
|
||||
fun added() {}
|
||||
}
|
||||
}
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
class Base {
|
||||
class Nested1 {
|
||||
class Nested2 {
|
||||
fun removed() {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
PROTO DIFFERENCE in test/Base.Nested1.Nested2: FUNCTION_LIST
|
||||
CHANGES in test/Base.Nested1.Nested2: MEMBERS
|
||||
[added, removed]
|
||||
Reference in New Issue
Block a user