0120085443
- Do not treat if without else as values - Some statements aren't contained in block (see tests) #KT-14107 Fixed #KT-14110 Fixed
5 lines
53 B
Plaintext
Vendored
5 lines
53 B
Plaintext
Vendored
fun foo() {
|
|
for (i in 1..9)
|
|
println(i)
|
|
}
|