mirror of
https://github.com/google/go-jsonnet.git
synced 2026-01-08 09:51:27 +01:00
6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
testdata/object_comp_bad_field2:1:11-14 Object comprehensions can only have [e] fields
|
|
|
|
{ "x": 42 for _ in [1] }
|
|
|
|
|