121 instantiate with named type

✗ Failing This test is currently failing.

Failed: backend-exec

Failure Output

error[KORU164]: ~capture requires a seed block: capture { field: value }
  --> tests/regression/000_CORE_LANGUAGE/035_TYPE_SYSTEM/030_121_instantiate_with_named_type/input.kz:15:0

Code

input.kz

Must contain:

Total: 60

Flows

flow ~struct click a branch to expand · @labels scroll to their anchor
struct (expr: acc#i64, source: total: i64,)
flow ~capture click a branch to expand · @labels scroll to their anchor
capture ({ a: acc#i64{ .total = 0 } })

Test Configuration

MUST_RUN