blob: 7cd10c1bd2755eba08adc9ae7afc1a657c950a46 [file] [log] [blame]
# DO NOT EDIT; generated by go run testdata/gen.go
#
#name: don't pass incomplete values to builtins
#evalFull
-- in.cue --
import "encoding/json"
input: string
foo: json.Marshal(input)
-- out/def --
import "encoding/json"
input: string
foo: json.Marshal(input)
-- out/legacy-debug --
<0>{input: string, foo: <1>.Marshal (<2>.input)}