160 store f32 column refuses f64 narrowing write

✓ Passing This code compiles and runs correctly.

Code

input.k

Output must match:

BACKEND_EXEC_ERROR

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: bodies, capacity: 4, source: x: f32, big: f64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: bodies, source: x: 1.5, big: 2.25)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: bodies)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: bodies)

Test Configuration

Expected Error:

expected type 'f32', found 'f64'