7 lines
90 B
Plaintext
Vendored
7 lines
90 B
Plaintext
Vendored
open class A() {
|
|
init {
|
|
while (true) {
|
|
val i = 1
|
|
}
|
|
}
|
|
} |