mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 10:31:05 +01:00
5 lines
53 B
Jsonnet
5 lines
53 B
Jsonnet
local a(input) = input + {
|
|
a+: {},
|
|
};
|
|
|
|
a({a: null}) |