Files
kotlin-fork/compiler/testData/diagnostics/tests/sealed/NeverConstructed.fir.kt
T

4 lines
81 B
Kotlin
Vendored

sealed class Base {
fun foo() = <!SEALED_CLASS_CONSTRUCTOR_CALL!>Base<!>()
}