solidity/test/libsolidity/syntaxTests/parsing/var_array.sol

6 lines
114 B
Solidity

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