7332032bb6
#KT-11573 Fixed
10 lines
192 B
Kotlin
Vendored
10 lines
192 B
Kotlin
Vendored
class A {
|
|
sealed class Base
|
|
}
|
|
|
|
class Derived : <!INVISIBLE_MEMBER, SEALED_SUPERTYPE!>A.Base<!>()
|
|
|
|
fun test() {
|
|
class DerivedLocal : <!INVISIBLE_MEMBER, SEALED_SUPERTYPE!>A.Base<!>()
|
|
}
|