/typeParameterMismatches.kt:12:9: error: Type parameters of operator 'of' must match type parameters of overload with 'vararg' parameter: 'fun <T> of(vararg ts: T): MyList1<T>'.

/typeParameterMismatches.kt:28:22: error: Type parameters of operator 'of' must match type parameters of overload with 'vararg' parameter: 'fun <T : Any> of(vararg ts: T): MyList3<T>'.

/typeParameterMismatches.kt:36:22: error: Type parameters of operator 'of' must match type parameters of overload with 'vararg' parameter: 'fun <T> of(vararg ts: T): MyList4<T>'.

/typeParameterMismatches.kt:60:22: error: Type parameters of operator 'of' must match type parameters of overload with 'vararg' parameter: 'fun of(vararg ts: Any): MyList7<Any>'.

/typeParameterMismatches.kt:78:22: error: Type parameters of operator 'of' must match type parameters of overload with 'vararg' parameter: 'fun <K : Comparable<K>> of(vararg ts: K): MyList9<K>'.

/typeParameterMismatches.kt:86:22: error: Type parameters of operator 'of' must match type parameters of overload with 'vararg' parameter: 'fun <K> of(vararg ts: K): MyList10<K>'.
