aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/mapping_nonelementary_key_1.sol
blob: ea2d282cc2442ae5b2f9034376206ff30ea5b48c (plain) (blame)
1
2
3
4
5
contract c {
    mapping(uint[] => uint) data;
}
// ----
// ParserError: (26-27): Expected '=>' but got '['