mirror of
https://github.com/google/go-jsonnet.git
synced 2026-05-05 12:06:11 +02:00
7 lines
86 B
Jsonnet
7 lines
86 B
Jsonnet
local unknown = (function(x) x)({});
|
|
if true then
|
|
unknown
|
|
else {
|
|
foo: "bar"
|
|
}
|