jrsonnet
refs/commits
2e0b0304a98d
crates/jrsonnet-evaluator/src/analysis_tests/function_def.jsonnet
1local f(x, y) = x + y; f(1, 2)