solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/157_array_of_undeclared_type.sol

6 lines
109 B
Solidity

contract c {
a[] public foo;
}
// ----
// DeclarationError: (17-18): Identifier not found or not unique.