- Fixed missing ending curly brace
This commit is contained in:
Tristan B. Velloza Kildaire 2023-12-27 08:31:42 +02:00
parent c3463cd721
commit 86c7e49cc2
1 changed files with 1 additions and 0 deletions

View File

@ -2702,6 +2702,7 @@ public final class Parser
{
// TODO: Figure out exactly what to do
parseImport();
}
/* If it is a kind-of comment */
else if(symbol == SymbolType.SINGLE_LINE_COMMENT || symbol == SymbolType.MULTI_LINE_COMMENT)
{