123 instantiate nested generic

✗ Failing This test is currently failing.

Failed: frontend

Failure Output

error[PARSE003]: single continuation branch 'made' carrying a payload is a one-variant tag union — declare the single output as a bare return instead: `-> <type>`
  --> tests/regression/000_CORE_LANGUAGE/035_TYPE_SYSTEM/030_123_instantiate_nested_generic/input.kz:21:1
    |
 21 | ~event make-wrapped {}
    | ^

Code

input.kz

Must contain:

Nested value: 77

Flows

flow ~struct click a branch to expand · @labels scroll to their anchor
struct (expr: box#i64, source: value: i64,)
flow ~struct click a branch to expand · @labels scroll to their anchor
struct (expr: wrapper#(box#i64), source: inner: box#i64,)
flow ~make-wrapped click a branch to expand · @labels scroll to their anchor
make-wrapped

Test Configuration

MUST_RUN