diff --git a/Ast/src/Parser.cpp b/Ast/src/Parser.cpp index 668c2a5e..cc624c10 100644 --- a/Ast/src/Parser.cpp +++ b/Ast/src/Parser.cpp @@ -2272,7 +2272,7 @@ AstExpr* Parser::parseSimpleExpr() } } -// args ::= `(' [explist] `)' | tableconstructor | String | InterpString +// args ::= `(' [explist] `)' | tableconstructor | String AstExpr* Parser::parseFunctionArgs(AstExpr* func, bool self) { if (lexer.current().type == '(')