BadDotDotDotSyntax occurs when a "..." occurs in a context where it is not valid. Example: var _ = map[int][...]int{0: {}}