Sign in
cue
/
cue
/
c60e1153bcdcdda294d9c0bc98bdf7c1e5c3c346
/
.
/
internal
/
core
/
dep
/
testdata
/
listcomprehension.txtar
blob: d2a458fc5776db2d920ec47fccfedb1d1c81b1bb [
file
] [
log
] [
blame
]
--
in
.
cue
--
a
:
b
:
[
for
x
in
c
if
x
.
a
>
0
{
x
.
a
+
d
}
]
c
:
[{
a
:
1
},
{
a
:
3
}]
d
:
2
--
out
/
dependencies
/
field
--
c
d
--
out
/
dependencies
/
all
--
c
d