// FIR_IDENTICAL // LANGUAGE: +BreakContinueInInlineLambdas fun test() { while(true) { {block: () -> Unit -> block()}( {break} ) } }