mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-16 10:51:51 +02:00
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
../testdata/arrcomp5:1:14-15 Unknown variable: x
|
|
|
|
[y for y in [x + 1] for x in [1, 2, 3]]
|
|
|
|
|