This commit is contained in:
Sergey Chernov 2025-08-12 04:52:40 +03:00
parent 9704f18284
commit 9bd7aa368e

View File

@ -117,7 +117,7 @@ class Compiler(
}
Token.Type.ATLABEL -> {
lastAnnotation = parseAnnotation(t) ?: throw ScriptError(t.pos, "can't parse annotation")
lastAnnotation = parseAnnotation(t)
continue
}
Token.Type.LABEL -> continue