mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
ABIEncoderV2: Implement calldata structs without dynamically encoded members.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user