15 lines
200 B
Kotlin
15 lines
200 B
Kotlin
open class A() {
|
|
{
|
|
while (true) println(<selection>1</selection>)
|
|
}
|
|
}
|
|
/*
|
|
open class A() {
|
|
{
|
|
while (true) {
|
|
val i = 1
|
|
println(i)
|
|
}
|
|
}
|
|
}
|
|
*/ |