@@ -245,7 +245,7 @@ parse_expr_atom(Parser *p){
result = expr_identifier(p->arena, token);
}
else if(token_match(p, TK_Int)){
else if(token_match(p, TK_Integer)){
result = expr_int(p->arena, token);
else if(token_is(p, TK_OpenBrace)){
The note is not visible to the blocked user.