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