contract C { function f() { var a = (2 2); } } // ---- // ParserError: (42-42): Expected token Comma got 'Number'