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