-
-
Notifications
You must be signed in to change notification settings - Fork 899
Closed
Labels
C-bugCategory - BugCategory - Bug
Description
Looking at the code, self.asi()?; should be done inside parse_using_declaration instead of parse_using, but it's not clear for me whether if should be inside a if matches!(decl_parent, VariableDeclarationParent::Statement) like in parse_variable_declaration
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugCategory - BugCategory - Bug