bolt/test/002-fn-decl-operator.bolt
2020-02-25 12:26:21 +01:00

9 lines
64 B
Text

fn + x;
fn a + b;
fn (a: Int) + (b: Int);
fn a + b -> Int;