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