quick-fix should be an expression

This commit is contained in:
zongor 2026-07-03 18:27:45 -07:00
parent 9280f52f65
commit c8cba215a5
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ void
write(void)
{
consume(TOKEN_EQ);
variable();
expression();
emitter->emit_write(arena, code);
}