solidity/test/libsolidity/syntaxTests/parsing/var_array.sol
2020-01-08 16:12:06 +01:00

6 lines
109 B
Solidity

contract Foo {
function f() { var[] a; }
}
// ----
// ParserError: (34-35): Expected identifier but got "["