jrsonnet
refs/commits
704dc29e95f2
crates/jrsonnet-evaluator/src/analysis_tests/array_comp.jsonnet
1[x * 2 for x in [1, 2, 3] if x > 1]