Fix missing visit_statement
call
This commit is contained in:
parent
2df59b2d82
commit
78aa47cdd6
@ -323,6 +323,8 @@ impl<T: Visitor> Driver<T> for Statement {
|
||||
Self::SetGlobal(v) => v.accept(visitor),
|
||||
Self::StoreAt(v) => v.accept(visitor),
|
||||
}
|
||||
|
||||
visitor.visit_statement(self);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user