Use new abicoder pragma.

This commit is contained in:
chriseth
2020-11-24 14:57:45 +01:00
parent 36f9392154
commit 79669ecd48
277 changed files with 325 additions and 320 deletions
@@ -1,5 +1,5 @@
// Used to cause ICE because of a too strict assert
pragma experimental ABIEncoderV2;
pragma abicoder v2;
contract C {
struct S { uint a; T[222222222222222222222222222] sub; }
struct T { uint[] x; }