mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add back lost test case to a more reasonable location.
This commit is contained in:
parent
576ba91970
commit
99d3e8e45a
@ -8,5 +8,8 @@ contract C {
|
|||||||
uint a;
|
uint a;
|
||||||
(c, a) = f();
|
(c, a) = f();
|
||||||
}
|
}
|
||||||
|
function h() internal view returns (S storage, S storage) {
|
||||||
|
return (s,s);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// ----
|
// ----
|
||||||
|
Loading…
Reference in New Issue
Block a user