3 lines
53 B
Plaintext
Vendored
3 lines
53 B
Plaintext
Vendored
fun f() {
|
|
println((1 * if (true) 1 else 2) + 2)
|
|
} |