go-jsonnet/testdata/object_comp_illegal.linter.golden
Stanisław Barzowski 8fcbda5b50 Linter
2020-08-13 21:06:34 +02:00

6 lines
123 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] }