Skip to content

Commit 22662dd

Browse files
authored
Add missing node types (#282)
This PR adds a few missing NodeTypes for the node AST.
1 parent e4a9b04 commit 22662dd

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)