12 lines
148 B
Plaintext
Vendored
12 lines
148 B
Plaintext
Vendored
fun a() {
|
|
val i = 1
|
|
if (true) {
|
|
if (true) {
|
|
i
|
|
}
|
|
} else {
|
|
if (true) {
|
|
i
|
|
}
|
|
}
|
|
} |