const internal/types/errors.InvalidDotDotDot

5 uses

	internal/types/errors (current package)
		code_string.go#L90: 	_ = x[InvalidDotDotDot-81]
		codes.go#L735: 	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])
		typexpr.go#L327: 		check.error(e, InvalidDotDotDot, "invalid use of '...'")