Index: src/parsing/parser.h |
diff --git a/src/parsing/parser.h b/src/parsing/parser.h |
index bfed5f347106058805edcb316be7a7f5d7059ab8..eccd732347db8a74e381968f936d1a59e4eabeb4 100644 |
--- a/src/parsing/parser.h |
+++ b/src/parsing/parser.h |
@@ -897,6 +897,8 @@ class Parser : public ParserBase<ParserTraits> { |
PatternContext SetAssignmentContextIfNeeded(Expression* node); |
PatternContext SetInitializerContextIfNeeded(Expression* node); |
+ void RewriteParameterScopes(Expression* expr); |
+ |
Variable* CreateTempVar(Expression* value = nullptr); |
AstNodeFactory* factory() const { return parser_->factory(); } |