Files
modeling-app/rust/kcl-lib/tests/argument_error/input.kcl

6 lines
44 B
Plaintext
Raw Permalink Normal View History

fn f(@i) {
return 5
}
map(f, f = [0, 1])