aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/controlFlow/storageReturn/unimplemented_internal.sol
blob: 8bce0dd277dcdca17d44723425884d04e1c15fdb (plain) (blame)
1
2
3
4
contract C {
    function f() internal returns(uint[] storage);
    function g() internal returns(uint[] storage s);
}