132 generic type mismatch

✗ Failing This test is currently failing.

Failed: wrong-error

Error Details

output_emitted.zig:39:14: error: expected ';' after declaration

Failure Output

🎯 Compiler coordination: Passes: 15 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:39:14: error: expected ';' after declaration
    const box#i64 = struct {
             ^~~~~~~~~~~~~~~

Code

input.kz

Backend must reject with:

CONTAINS error[KORU
CONTAINS box#i64
CONTAINS box#f64

Error Verification

Expected Error Pattern

MUST_FAIL

Actual Compiler Output

🎯 Compiler coordination: Passes: 15 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:39:14: error: expected ';' after declaration
    const box#i64 = struct {
             ^~~~~~~~~~~~~~~

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: box#f64, source: value: f64,)
flow ~make-float-box click a branch to expand · @labels scroll to their anchor
make-float-box

Test Configuration

MUST_FAIL