Files
kotlin-fork/idea/testData/refactoring/introduceVariable/WhileAddBlock.kt
T
2015-04-29 14:07:05 +02:00

5 lines
81 B
Kotlin
Vendored

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