git.delta.rocks / jrsonnet / refs/commits / 13cc4c0cbf28

difftreelog

source

tests/golden_destruct/mutual_recursive_fields.jsonnet41 Bsourcehistory
1local {a, b, c} = {a: b+1, b:c+1,c:3}; a