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