mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-15 18:31:27 +02:00
3 lines
75 B
Jsonnet
3 lines
75 B
Jsonnet
local infloop() = infloop();
|
|
std.type({ assert infloop, x: 1 } { x +: 1 })
|