8 lines
92 B
Kotlin
Vendored
8 lines
92 B
Kotlin
Vendored
sealed class Base {
|
|
|
|
}
|
|
|
|
class Derived: <!INVISIBLE_MEMBER, SEALED_SUPERTYPE!>Base<!>() {
|
|
|
|
}
|