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

6 lines
116 B
Solidity
Raw Normal View History

2018-05-02 19:49:59 +00:00
contract Foo {
function f() { var[] a; }
}
// ----
// ParserError: (34-34): Expected token Identifier got 'LBrack'