mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 09:21:03 +02:00
7 lines
76 B
Jsonnet
7 lines
76 B
Jsonnet
[
|
|
"foo"[2][0],
|
|
"foo"[1+1][0],
|
|
-("foo"[2]),
|
|
-("foo"[1+1]),
|
|
]
|