jrsonnet
refs/commits
4874d05f66f9
tests/golden_destruct/params.jsonnet
1local myFun({a, b, c}) = a + b + c;23myFun({a: 1, b: 2, c: 3})