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.
2 parents 4854c04 + 0e92dc7 commit fc245d6Copy full SHA for fc245d6
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