8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
open class A() {
|
|
init {
|
|
while (true) {
|
|
val i = 1
|
|
println(i)
|
|
}
|
|
}
|
|
} |