mirror of
https://github.com/google/go-jsonnet.git
synced 2026-01-08 18:01:28 +01:00
2 lines
83 B
Jsonnet
2 lines
83 B
Jsonnet
{x: 1, assert self.x == 3} {x: 2, assert super.x == 1} {x: 3, assert super.x == 2}
|