solidity/test/libsolidity/syntaxTests/parsing/mapping_nonelementary_key_1.sol
2022-04-01 23:41:18 -05:00

6 lines
114 B
Solidity

contract c {
mapping(uint[] => uint) data;
}
// ----
// ParserError 2314: (26-27='['): Expected '=>' but got '['