b9ca95c381
This fixes parsing of the following unterminated statements: if () { foo = 42 } if () { foo = new Object() } if () { foo = ({a:1,b:2}) }