6 lines
78 B
Kotlin
6 lines
78 B
Kotlin
class X {
|
|
class Y
|
|
fun x(/*PLACE*/x: Int) {}
|
|
}
|
|
|
|
fun y(/*ONAIR*/y: Y) {} |