aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/157_array_of_undeclared_type.sol
blob: 1409db5e18d5b713afc436d7f8157e68944d253f (plain) (blame)
1
2
3
4
5
contract c {
    a[] public foo;
}
// ----
// DeclarationError: (17-18): Identifier not found or not unique.