5 lines
93 B
Kotlin
5 lines
93 B
Kotlin
open class A() {
|
|
init {
|
|
do println(<selection>1</selection>) while (true)
|
|
}
|
|
} |