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