aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/var_array.sol
blob: e08f55117e1afcc1a064bfa9989002edcf49ec5c (plain) (blame)
1
2
3
4
5
contract Foo {
    function f() { var[] a; }
}
// ----
// ParserError: (34-35): Expected identifier but got '['