Treat SEALED_SUBCLASS_FQ_NAME_LIST change as a class signature change
#KT-19580
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
fun use(x: Base): Int =
|
||||
when (x) {
|
||||
is Impl1 -> 1
|
||||
is Impl2 -> 2
|
||||
}
|
||||
Reference in New Issue
Block a user