solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
5
6
error MyError(mapping(uint => uint));
contract C {
    error MyError2(mapping(uint => uint));
}
// ----
// TypeError 3448: (14-35): Type containing a (nested) mapping is not allowed as error parameter type.