Review suggestions.

This commit is contained in:
Daniel Kirchner
2020-04-16 16:42:12 +02:00
parent 3a5a4c6505
commit 6093982606
5 changed files with 9 additions and 5 deletions
@@ -1,10 +0,0 @@
// Used to cause ICE because of a too strict assert
pragma experimental ABIEncoderV2;
contract C {
struct S { uint a; T[222222222222222222222222222] sub; }
struct T { uint[] x; }
function f() public returns (uint, S memory) {
}
}
// ----
// TypeError: (226-234): Type too large for memory.