solidity/test/libsolidity/syntaxTests/types/mapping/library_array_argument_public.sol

7 lines
160 B
Solidity

library L {
function f(mapping(uint => uint)[] storage) public pure {
}
}
// ----
// TypeError 3312: (27-58): Type is required to live outside storage.