mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-15 18:31:27 +02:00
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
testdata/object_comp_bad_field:1:9-12 Object comprehensions can only have [e] fields
|
|
|
|
{ x: 42 for _ in [1] }
|
|
|
|
|