Errors about nested mapping in event parameter are fatal.

(Also applies for error parameters.)
This commit is contained in:
hrkrshnn
2021-06-03 11:02:27 +02:00
parent b00027724a
commit cc915f023e
6 changed files with 10 additions and 6 deletions
@@ -4,6 +4,3 @@ contract C {
}
// ----
// TypeError 3448: (14-35): Type containing a (nested) mapping is not allowed as error parameter type.
// TypeError 3417: (14-35): Internal or recursive type is not allowed as error parameter type.
// TypeError 3448: (70-91): Type containing a (nested) mapping is not allowed as error parameter type.
// TypeError 3417: (70-91): Internal or recursive type is not allowed as error parameter type.