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