8 lines
103 B
Kotlin
8 lines
103 B
Kotlin
/*PLACE*/fun place(): Int {
|
|
fun xxx() = 2
|
|
}
|
|
|
|
|
|
/*ONAIR*/fun onAir(): Int {
|
|
fun yyy() = "hello"
|
|
} |