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

5 lines
79 B
Kotlin

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