mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Disallow delete on types containing nested mappings.
This commit is contained in:
@@ -6,3 +6,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError 6298: (109-118): Storage arrays with nested mappings do not support .pop().
|
||||
|
||||
Reference in New Issue
Block a user