const internal/types/errors.MisplacedDotDotDot

3 uses

	internal/types/errors (current package)
		code_string.go#L89: 	_ = x[MisplacedDotDotDot-79]
		codes.go#L725: 	MisplacedDotDotDot

	go/types
		signature.go#L367: 				check.softErrorf(t, MisplacedDotDotDot, "can only use ... with final parameter in list")