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