...

Text file src/cuelang.org/go/cue/ast/astutil/testdata/resolve/value.txtar

Documentation: cuelang.org/go/cue/ast/astutil/testdata/resolve

     1-- in.cue --
     2b: X={
     3	c: X.a
     4}
     5-- out/resolve/in --
     63[b]:  Scope: 0[<nil>]      Node: 0[]
     75[X]:  Scope: 0[<nil>]      Node: 0[]
     88[c]:  Scope: 0[<nil>]      Node: 0[]
     99[X]:  Scope: 2[*ast.Field] Node: 4[X={c: X.a}]
    1010[a]: Scope: 0[<nil>]      Node: 0[]

View as plain text