5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
fun a() {
|
|
if (true) {
|
|
val i = 1
|
|
} else 2
|
|
} |