//test error recovering after two missing paranthesis in an if statement class ErrorRec2 { Null ident() { if x < 0 //here we miss two parantesis ( and ) then_expression else else_expression //here we miss a ";" } } hello