Files
kotlin/idea/testData/codeInsight/postfix/soutInLoop.kt
Denis Zharkov 0120085443 Refine expression kind definition in postfix templates
- Do not treat if without else as values
- Some statements aren't contained in block (see tests)

 #KT-14107 Fixed
 #KT-14110 Fixed
2016-10-03 10:36:48 +03:00

5 lines
56 B
Kotlin
Vendored

fun foo() {
for (i in 1..9)
i.sout<caret>
}