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

7 lines
157 B
Solidity
Raw Normal View History

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