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

7 lines
85 B
Plaintext

open class A() {
{
while (true) {
val i = 1
}
}
}