mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-06 22:11:31 +02:00
5 lines
53 B
Jsonnet
5 lines
53 B
Jsonnet
local a(input) = input + {
|
|
a+: {},
|
|
};
|
|
|
|
a({a: null}) |