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