scrowl/tmp_repl/test.flux
2026-02-07 01:24:12 +01:00

11 lines
99 B
Text

let {
foo = "some important message" .
fn { x, y .
x // this should be an error
}
}