11 lines
160 B
Kotlin
Vendored
11 lines
160 B
Kotlin
Vendored
fun f() {
|
|
class LocalClass() {
|
|
fun f() {
|
|
val x = ""
|
|
|
|
fun loc() {
|
|
val x3 = ""
|
|
}
|
|
}
|
|
}
|
|
} |