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

6 lines
109 B
Solidity

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