9 lines
87 B
Kotlin
9 lines
87 B
Kotlin
fun xxx() {
|
|
val x = 2
|
|
/*PLACE*/class C
|
|
}
|
|
|
|
|
|
/*ONAIR*/class E {
|
|
fun e() = x
|
|
} |