jrsonnet
refs/commits
50afc8afc49d
crates/jrsonnet-evaluator/src/analysis_tests/mutual_recursion.jsonnet
1local a = b, b = 1; a + 2