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

5 lines
76 B
Kotlin

open class A() {
{
while (true) <selection>1</selection>
}
}