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