Index: src/parsing/parser.h |
diff --git a/src/parsing/parser.h b/src/parsing/parser.h |
index 31ebdbe0f994e8c2010ef371518be54e48dd5744..d21d340b8ceb37c73705609a93ce8279043217e4 100644 |
--- a/src/parsing/parser.h |
+++ b/src/parsing/parser.h |
@@ -363,6 +363,8 @@ class ParserTraits { |
static bool IsIdentifier(Expression* expression); |
+ static bool IsEmptyExpression(Expression* expression); |
+ |
bool IsPrototype(const AstRawString* identifier) const; |
bool IsConstructor(const AstRawString* identifier) const; |