jrsonnet
refs/commits
5858c9313e03
crates/jrsonnet-evaluator/src/analysis_tests/super_usage.jsonnet
1{ a: 1, b: 2 } + { a: super.a + 10, c: self.b }