mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-16 10:51:51 +02:00
Accidentally the array we were iterating over was desugared two times, which resulted in crash when an object was there.
1 line
26 B
Jsonnet
1 line
26 B
Jsonnet
{ ["a"]: 42 for i in [{}]} |