blob: 3ba44854b5aa1aea0b5f9627cc49768566a7b671 [file]
// RUN_PIPELINE_TILL: FRONTEND
// ISSUE: KT-47892
fun test(b: Boolean) {
while (b) {
class A {
init {
continue
}
constructor(): super()
}
}
}
/* GENERATED_FIR_TAGS: classDeclaration, continue, functionDeclaration, init, localClass, secondaryConstructor,
whileLoop */