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

4 lines
34 B
Kotlin
Vendored

fun foo() {
sealed class My
}