5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
fun a(x: Int) {}
|
|
fun b() {
|
|
val i = 1
|
|
a(i)
|
|
} |