aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/inheritance/override
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2019-01-17 19:59:11 +0800
committerchriseth <chris@ethereum.org>2019-01-21 17:30:57 +0800
commit610ef9f1999c1dd201a121334394b10f6ac54bc7 (patch)
treecec0b5e39c47e82e66fd3130c9ed99df3a42b762 /test/libsolidity/syntaxTests/inheritance/override
parentd3270bc31174d6c155314231e07755c4bb055729 (diff)
downloaddexon-solidity-610ef9f1999c1dd201a121334394b10f6ac54bc7.tar
dexon-solidity-610ef9f1999c1dd201a121334394b10f6ac54bc7.tar.gz
dexon-solidity-610ef9f1999c1dd201a121334394b10f6ac54bc7.tar.bz2
dexon-solidity-610ef9f1999c1dd201a121334394b10f6ac54bc7.tar.lz
dexon-solidity-610ef9f1999c1dd201a121334394b10f6ac54bc7.tar.xz
dexon-solidity-610ef9f1999c1dd201a121334394b10f6ac54bc7.tar.zst
dexon-solidity-610ef9f1999c1dd201a121334394b10f6ac54bc7.zip
Disallow calldata structs.
Diffstat (limited to 'test/libsolidity/syntaxTests/inheritance/override')
-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.