git.delta.rocks / jrsonnet / refs/commits / de9f0cb0f75a

difftreelog

source

tests/golden_destruct/mutual_recursive_locals.jsonnet39 Bsourcehistory
1local {a= b+1, b = c+1, c = 3} = {}; a