mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
- 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
56 B
Kotlin
Vendored
5 lines
56 B
Kotlin
Vendored
fun foo() {
|
|
for (i in 1..9)
|
|
i.sout<caret>
|
|
}
|