const internal/types/errors.InvalidDotDotDot

4 uses

	internal/types/errors (current package)
		code_string.go#L89: 	_ = x[InvalidDotDotDot-81]
		codes.go#L732: 	InvalidDotDotDot

	go/types
		builtins.go#L30: 			InvalidDotDotDot,
		call.go#L486: 				check.errorf(inNode(call, call.Ellipsis), InvalidDotDotDot, "cannot use ... with %d-valued %s", nargs, call.Args[0])