aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/types/mapping/mapping_dynamic_key_public.sol
blob: 9fb575afd911ee3323415228d0cbfb17e47e49ac (plain) (blame)
1
2
3
4
5
contract c {
    mapping(string => uint) public data;
}
// ----
// TypeError: (14-49): Dynamically-sized keys for public mappings are not supported.