196 foreign row handle addresses sibling store

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

thread 338329182 panic: std/store: 'dst[...]' does not address a row - the value is not a handle this store issued (handles come from `| row` and row cursors)
???:?:?: 0x102cfe22f in _output_emitted.main_module.__KoruStoreT_dst.__koru_resolve (???)
???:?:?: 0x102cfd9a3 in _output_emitted.main_module.flow1 (???)
???:?:?: 0x102cfd757 in _output_emitted.main (???)
???:?:?: 0x102cfd66b in _main (???)
???:?:?: 0x18eec7dff in ??? (???)
???:?:?: 0x0 in ??? (???)

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: src, capacity: 4, source: v: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: dst, capacity: 4, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: dst, source: v: 100)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: src, source: v: 1)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: dst)

Test Configuration

MUST_RUN