jrsonnet
refs/commits
7b5f3566960e
tests/golden_destruct/mutual_recursive_fields.jsonnet
1local {a, b, c} = {a: b+1, b:c+1,c:3}; a