Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/expresssions/localConstructor.kt
T
2020-12-16 19:52:30 +03:00

6 lines
52 B
Kotlin
Vendored

fun test() {
class Local
val l = Local()
}