blob: 28f808915738e317567c00f150af47bf3b5ceaef [file] [log] [blame]
# DO NOT EDIT; generated by go run testdata/gen.go
#
#name: correct error messages
#evalPartial
-- in.cue --
a: "a" & 1
-- out/def --
a: _|_ // conflicting values "a" and 1 (mismatched types string and int)
-- out/legacy-debug --
<0>{a: _|_(("a" & 1):conflicting values "a" and 1 (mismatched types string and int))}