mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-25 11:01:09 +01:00
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
testdata/object_comp_illegal:1:15-18 Object comprehension can only have one field
|
|
|
|
{ local x = 5 for y in [1, 2, 3] }
|
|
|
|
|