091 sweep row field typo named

✓ Passing Passing: the compiler rejects this program as expected.

Code

input.k

Actual compiler output

error[KORU161]: std/store:query(items): 'e.w' - 'w' is not a field of store 'items'
  --> tests/regression/600_STDLIB/690_STORE/690_091_sweep_row_field_typo_named/input.k:14:0

Compiler must reject:

Compilation must fail with a diagnostic.

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (items, capacity: 4, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (items, source: v: 10)
flow ~query click a branch to expand · @labels scroll to their anchor
query (items)

Test Configuration

MUST_ERROR