286 lone store two protos do not fold

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

foo 3
bar 7

Expected output

foo 3
bar 7

Flows

flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Foo, source: x: i64)
flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Bar, source: x: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (pair, capacity: 8, source: foo: Foo, bar: Bar)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (pair, source: foo.x: 3, bar.x: 7)
flow ~query click a branch to expand · @labels scroll to their anchor
query (pair)
flow ~query click a branch to expand · @labels scroll to their anchor
query (pair)

Test Configuration

MUST_RUN