cleanup
This commit is contained in:
parent
9704f18284
commit
9bd7aa368e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user