1 2 3 4 5
contract Foo { function f() { var[] a; } } // ---- // ParserError: (34-34): Expected identifier, got 'LBrack'