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