solidity/test/libsolidity/syntaxTests/parsing/var_array.sol
2018-05-09 14:08:25 +02:00

6 lines
109 B
Solidity

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