jrsonnet
refs/commits
6fbe7c61b4ca
tests/golden_destruct/mutual_recursive_locals.jsonnet
1local {a= b+1, b = c+1, c = 3} = {}; a