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