blob: 225b21347d1e89266e1acbc1b5b06f256375ec17 [file] [log] [blame]
# DO NOT EDIT; generated by go run testdata/gen.go
#
#name: convert _ to top
#evalPartial
-- in.cue --
a: {[_]: _}
-- out/def --
a: {
...
}
-- out/export --
a: {}
-- out/yaml --
a: {}
-- out/json --
{"a":{}}
-- out/legacy-debug --
<0>{a: <1>{...}}