blob: f1590022a99f4c4ff537452b39fe55bd71de7e43 [file] [log] [blame]
open class A() {
init {
while (true) {
val i = 1
println(i)
}
}
}