Add back lost test case to a more reasonable location.

This commit is contained in:
Daniel Kirchner 2018-08-07 22:00:38 +02:00
parent 576ba91970
commit 99d3e8e45a

View File

@ -8,5 +8,8 @@ contract C {
uint a;
(c, a) = f();
}
function h() internal view returns (S storage, S storage) {
return (s,s);
}
}
// ----