✓
Passing This code compiles and runs correctly.
Code
// PINS: the caret names the line carrying the fault. This site was
// audited in challenge 023's parser sweep: it previously reported one
// line off the construct it describes (the parse cursor is a 0-based
// buffer index and the reporter expects a 1-based line; this site
// handed over the wrong adjustment).
import std/compiler
tor pick { x: i32 }
| ok i32
| bad
std.io:print.ln(x: 1)
Frontend must reject with:
CONTAINS is not a namespace separator
ERROR_AT 14