blob: a2b255cfc68fc291cc454bda36e92e6e77936e13 [file]
// ISSUE: KT-47892
fun test(b: Boolean) {
while (b) {
class A {
init {
<!BREAK_OR_CONTINUE_JUMPS_ACROSS_FUNCTION_BOUNDARY!>continue<!>
}
constructor(): super()
}
}
}