272 shared health column one extent

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

health 98.6
health 30

Expected output

health 98.6
health 30

Flows

flow ~f64 click a branch to expand · @labels scroll to their anchor
f64 (expr: Health)
flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Player, source: health: Health)
flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Enemy, source: health: Health)
flow ~new click a branch to expand · @labels scroll to their anchor
new (arena, capacity: 8, source: health: Health)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (arena, source: health: 98.6)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (arena, source: health: 30.0)
flow ~query click a branch to expand · @labels scroll to their anchor
query (arena)

Test Configuration

MUST_RUN