244 unary minus before a row reference

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

v 40
v -24

Expected output

v 40
v -24

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: cells, capacity: 3, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: cells, source: v: 5)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: cells, source: v: -3)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: cells)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: cells)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: cells)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: cells)

Test Configuration

MUST_RUN