blob: 89499927caf3e12162c420a3e30e221e300f86ff [file] [log] [blame]
# DO NOT EDIT; generated by go run testdata/gen.go
#
#name: normalization
#evalFull
-- in.cue --
a: string | string
b: *1 | *int
c: *1.0 | *float
-- out/def --
a: string
b: int
c: float
-- out/legacy-debug --
<0>{a: string, b: int, c: float}