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

5 lines
88 B
Kotlin

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