5 lines
52 B
Plaintext
Vendored
5 lines
52 B
Plaintext
Vendored
fun a() {
|
|
val b = true
|
|
if (b) 2
|
|
else 1
|
|
} |