Files
kotlin-fork/compiler/testData/cfg/declarations/local/localClass.kt
T
2014-03-07 21:08:14 +04:00

11 lines
160 B
Kotlin
Vendored

fun f() {
class LocalClass() {
fun f() {
val x = ""
fun loc() {
val x3 = ""
}
}
}
}