mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 18:41:07 +01:00
6 lines
118 B
Jsonnet
6 lines
118 B
Jsonnet
[
|
|
{} + { [x]: 42 for x in [] },
|
|
{ [x]: 42 for x in [] } + {},
|
|
std.objectFields({ [x]: 42 for x in [] })
|
|
]
|