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

6 lines
111 B
Solidity
Raw Normal View History

2018-05-02 19:49:59 +00:00
contract Foo {
function f() { var[] a; }
}
// ----
2020-07-15 17:50:59 +00:00
// ParserError 6933: (31-34): Expected primary expression.