Treat SEALED_SUBCLASS_FQ_NAME_LIST change as a class signature change

#KT-19580

Original commit: 6354d9d54f
This commit is contained in:
Alexey Tsvetkov
2017-08-09 22:15:38 +03:00
parent 2d35732e94
commit 6c03741ed3
38 changed files with 431 additions and 17 deletions
@@ -0,0 +1,7 @@
package test
open class Base {
class Nested1 {
class Nested2
}
}
@@ -0,0 +1,7 @@
package test
open class Base {
class Nested1 {
class Nested2 : Base()
}
}
@@ -0,0 +1,2 @@
PROTO DIFFERENCE in test/Base.Nested1.Nested2: SUPERTYPE_LIST
CHANGES in test/Base.Nested1.Nested2: CLASS_SIGNATURE