Files
kotlin-fork/compiler/testData/diagnostics/tests/sealed/LocalSealed.kt
T
2015-12-11 11:11:34 +03:00

4 lines
62 B
Kotlin
Vendored

fun foo() {
<!WRONG_MODIFIER_TARGET!>sealed<!> class My
}