aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/types/mapping/library_array_argument_external.sol
blob: f56916750ae6ef4994771ed9c48ea3da4567874c (plain) (blame)
1
2
3
4
5
6
library L {
    function f(mapping(uint => uint)[] storage) external pure {
    }
}
// ----
// TypeError: (27-50): Type is required to live outside storage.