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