1 2 3 4 5 6 7
contract C { function f() { var a = (2 2); } } // ---- // ParserError: (42-42): Expected ',' but got 'Number'