5 lines
98 B
Kotlin
Vendored
5 lines
98 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
sealed class Base {
|
|
fun foo() = <!SEALED_CLASS_CONSTRUCTOR_CALL!>Base()<!>
|
|
}
|