6 lines
77 B
Kotlin
6 lines
77 B
Kotlin
fun xxx() {
|
|
val x = 3
|
|
/*PLACE*/fun lcl() = ""
|
|
}
|
|
|
|
/*ONAIR*/fun x() = x |