[FIR] Supertype and inheritance checkers group
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
sealed class Base
|
||||
|
||||
class Derived: Base() {
|
||||
class Derived2: Base()
|
||||
class Derived2: <!SEALED_SUPERTYPE!>Base<!>()
|
||||
}
|
||||
|
||||
fun test() {
|
||||
class Local: Base()
|
||||
class Local: <!SEALED_SUPERTYPE_IN_LOCAL_CLASS!>Base<!>()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user