aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/inheritance
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2019-01-21 19:03:32 +0800
committerGitHub <noreply@github.com>2019-01-21 19:03:32 +0800
commitea790e3b7ed445ef632ea76958538c1d084001f0 (patch)
tree7e39db9cd9aef1f031f863635ca466bef8a74d59 /test/libsolidity/syntaxTests/inheritance
parentda73e253988788ee0733425174e99520b320a7fd (diff)
parent610ef9f1999c1dd201a121334394b10f6ac54bc7 (diff)
downloaddexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.tar
dexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.tar.gz
dexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.tar.bz2
dexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.tar.lz
dexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.tar.xz
dexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.tar.zst
dexon-solidity-ea790e3b7ed445ef632ea76958538c1d084001f0.zip
Merge pull request #5806 from ethereum/calldataStructs
Disallow calldata structs.
Diffstat (limited to 'test/libsolidity/syntaxTests/inheritance')
-rw-r--r--test/libsolidity/syntaxTests/inheritance/override/calldata_memory_struct.sol4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/libsolidity/syntaxTests/inheritance/override/calldata_memory_struct.sol b/test/libsolidity/syntaxTests/inheritance/override/calldata_memory_struct.sol
index 42aebf30..b81e3859 100644
--- a/test/libsolidity/syntaxTests/inheritance/override/calldata_memory_struct.sol
+++ b/test/libsolidity/syntaxTests/inheritance/override/calldata_memory_struct.sol
@@ -15,3 +15,7 @@ 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.