mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace "pragma experimental ABIEncoderV2" in tests where appropriate
And add a few tests for "pragma abicoder".
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
pragma experimental "ABIEncoderV2";
|
||||
|
||||
pragma abicoder v2;
|
||||
contract C {
|
||||
struct S { uint x; uint[] b; }
|
||||
function f() public pure returns (S memory, bytes memory, uint[][2] memory) {
|
||||
|
||||
Reference in New Issue
Block a user