Invalidate usages of removed classes before round
#KT-23165 fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
open class C : B() {
|
||||
open inner class Z : Y() {
|
||||
override fun f() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user