6 lines
62 B
Plaintext
Vendored
6 lines
62 B
Plaintext
Vendored
fun a() {
|
|
if (true) 2
|
|
else {
|
|
val i = 1
|
|
}
|
|
} |