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

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