Closed
Description
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)
is actually emitted in bytecode.
Metadata
Metadata
Assignees
Labels
No labels