Skip to content

Commit

Permalink
parsing function calls
Browse files Browse the repository at this point in the history
  • Loading branch information
davemackintosh committed Mar 4, 2024
1 parent 4c910ef commit ac3633c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/parser/src/ast/parsers/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ mod tests {
immutable: true,
access_modifier: AccessModifier::Pub,
}),
value: None,
}])),
},
EnumVariant {
Expand All @@ -197,6 +198,7 @@ mod tests {
immutable: true,
access_modifier: AccessModifier::Pub,
}),
value: None,
},
Parameter {
name: None,
Expand All @@ -205,6 +207,7 @@ mod tests {
immutable: true,
access_modifier: AccessModifier::Pub,
}),
value: None,
},
Parameter {
name: None,
Expand All @@ -213,6 +216,7 @@ mod tests {
immutable: true,
access_modifier: AccessModifier::Pub,
}),
value: None,
},
])),
},
Expand Down

0 comments on commit ac3633c

Please sign in to comment.