scrowl/tmp_repl/test.flux
2026-02-07 10:43:30 +01:00

13 lines
101 B
Text

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