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

6 lines
109 B
Solidity
Raw Normal View History

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