Disallow delete on types containing nested mappings.

This commit is contained in:
Marenz
2021-09-06 14:17:38 +02:00
parent 359bc09ada
commit d248d35905
11 changed files with 60 additions and 137 deletions
@@ -6,3 +6,4 @@ contract C {
}
}
// ----
// TypeError 6298: (109-118): Storage arrays with nested mappings do not support .pop().