956094e062
Fixes #KT-9912
5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
if (a) {
|
|
if (b) {
|
|
println("a and b")
|
|
}
|
|
} |