mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Packed Encoding: Disallow types in v2 that aren't allowed in v1
This commit is contained in:
committed by
chriseth
parent
227addfcef
commit
fe2429de9f
@@ -12,3 +12,5 @@ contract C {
|
||||
}
|
||||
// ----
|
||||
// Warning: (0-33): Experimental features are turned on. Do not use experimental features on live deployments.
|
||||
// TypeError: (191-192): Type not supported in packed mode.
|
||||
// TypeError: (194-195): Type not supported in packed mode.
|
||||
|
||||
Reference in New Issue
Block a user