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