Array.ofDim[Unit](0)
throws IllegalArgumentException
on Scala.js
#22226
Labels
Array.ofDim[Unit](0)
throws IllegalArgumentException
on Scala.js
#22226
Compiler version
3.6.4-RC1-bin-20241216-7dc5008-NIGHTLY
Minimized code
Output
Expectation
On the JVM it returns an array of
scala.runtime.BoxedUnit
.Follow-up to scala-js/scala-js#5084.
The text was updated successfully, but these errors were encountered: