ABIEncoderV2: Implement calldata structs without dynamically encoded members.

This commit is contained in:
Daniel Kirchner
2019-02-11 15:46:58 +01:00
parent 94607011dc
commit 0e4912a203
16 changed files with 377 additions and 18 deletions
@@ -15,7 +15,3 @@ contract B is A {
}
// ----
// Warning: (0-33): Experimental features are turned on. Do not use experimental features on live deployments.
// TypeError: (102-112): Calldata structs are not yet supported.
// TypeError: (146-156): Calldata structs are not yet supported.
// TypeError: (198-208): Calldata structs are not yet supported.
// TypeError: (250-260): Calldata structs are not yet supported.