Files
kotlin-fork/idea/testData/refactoring/introduceVariable/WhileCondition.kt
T
2014-04-17 19:01:17 +04:00

3 lines
54 B
Kotlin

fun a() {
while (<selection>true</selection>) {}
}