1d88960a19
Fixed commented introduce variable tests.
14 lines
168 B
Kotlin
14 lines
168 B
Kotlin
open class A() {
|
|
{
|
|
while (true) <selection>1</selection>
|
|
}
|
|
}
|
|
/*
|
|
open class A() {
|
|
{
|
|
while (true) {
|
|
val i = 1
|
|
}
|
|
}
|
|
}
|
|
*/ |