Replace "pragma experimental ABIEncoderV2" in tests where appropriate

And add a few tests for "pragma abicoder".
This commit is contained in:
Alex Beregszaszi
2021-01-15 19:57:09 +00:00
parent d4eb2bd0b4
commit e117c9516e
11 changed files with 24 additions and 20 deletions
@@ -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) {