e406669190
#KT-12329 Fixed
8 lines
121 B
Plaintext
Vendored
8 lines
121 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
for (x in "abc") {
|
|
if (x != 'a') {
|
|
println("else")
|
|
}
|
|
}
|
|
} |