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
Method is inherited from scala2 trait BCodeIdiomatic.
Seems to be a problem with overloads, as there should be 3 mkArray methods:
final def mkArray(xs: List[BType]): Array[BType]
final def mkArray(xs: List[String]): Array[String]
final def mkArray(xs: List[asm.Label]): Array[asm.Label]
but only
public final scala.tools.nsc.backend.jvm.BTypes$BType[] mkArray(scala.collection.immutable.List)