Skip to content

Commit ae106a5

Browse files
committed
Add missing node types
1 parent 283899f commit ae106a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/artifacts/solc/src/ast/lowfidelity.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ pub enum NodeType {
202202
ParameterList,
203203
TryCatchClause,
204204
ModifierInvocation,
205+
UserDefinedTypeName,
206+
ArrayTypeName,
207+
Mapping,
205208

206209
/// An unknown AST node type.
207210
Other(String),

0 commit comments

Comments
 (0)