mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-07 06:21:09 +02:00
2 lines
36 B
Jsonnet
2 lines
36 B
Jsonnet
(function(x, y=42) x + y)(y=1, x=2)
|