We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d113cc commit 0e92dc7Copy full SHA for 0e92dc7
modules/gdscript/gdscript_parser.cpp
@@ -1785,7 +1785,7 @@ GDScriptParser::AnnotationNode *GDScriptParser::parse_annotation(uint32_t p_vali
1785
}
1786
1787
argument_index++;
1788
- } while (match(GDScriptTokenizer::Token::COMMA) && !is_at_end());
+ } while (match(GDScriptTokenizer::Token::COMMA));
1789
1790
pop_multiline();
1791
consume(GDScriptTokenizer::Token::PARENTHESIS_CLOSE, R"*(Expected ")" after annotation arguments.)*");
0 commit comments