Files
kotlin-fork/idea/idea-live-templates/testData/context/StatementInWhile.kt
T
Toshiaki Kameyama c06aaf6128 Some Live Templates should probably be enabled also for "expressions" not only "statements" (KT-19194)
Consider if-then, if-else, do-while, while positions without block as
statement position.

 #KT-19194 Fixed
2018-01-24 20:09:32 +03:00

3 lines
50 B
Kotlin
Vendored

fun test(b: Boolean) {
while (b) sou<caret>t
}