blob: 765c22e390ffac5d8729bb9ed79b914681a4bf74 [file] [log] [blame]
# DO NOT EDIT; generated by go run testdata/gen.go
#
#name: detect conflicting value
#evalFull
-- in.cue --
a: 8000.9
a: 7080 | int
-- out/def --
a: _|_ // conflicting values 8000.9 and int (mismatched types float and int)
-- out/legacy-debug --
<0>{a: _|_((8000.9 & (int | int)):conflicting values 8000.9 and int (mismatched types float and int))}