4 lines
81 B
Kotlin
Vendored
4 lines
81 B
Kotlin
Vendored
sealed class Base {
|
|
fun foo() = <!SEALED_CLASS_CONSTRUCTOR_CALL!>Base<!>()
|
|
}
|