aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/types/mapping/array_argument_internal.sol
blob: 352d09823f1ba2f4e0846b7c600ea65e99f333ed (plain) (blame)
1
2
3
4
5
contract C {
    function f(mapping(uint => uint)[] storage) internal pure {
    }
}
// ----