const internal/types/errors.BadDotDotDotSyntax

5 uses

	internal/types/errors (current package)
		code_string.go#L87: 	_ = x[BadDotDotDotSyntax-77]
		codes.go#L702: 	BadDotDotDotSyntax

	go/types
		call.go#L212: 					check.errorf(call.Args[0], BadDotDotDotSyntax, "invalid use of ... in conversion to %s", T)
		expr.go#L1011: 		check.error(e, BadDotDotDotSyntax, "invalid use of '...'")
		typexpr.go#L313: 			check.error(e.Len, BadDotDotDotSyntax, "invalid use of [...] array (outside a composite literal)")