You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: type mismatch:
found : Array[Class[_]]
required: ?{ mkString: ? }
Note that implicit conversions cannot be applied because they are ambiguous;
both method wrapRefArray in class LowPriorityImplicits and method genericArrayOps in object Predef$ convert from Array[Class[_]] to ?{ mkString: FunProto(","):? }
val baz_int_param = ???.getClass.getMethods.head.getParameterTypes.mkString(",")
This is part of test cases of #630, so it used to compile fine back then.