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
Partial fix for lampepfl#7113: Fix Scala.js codegen for BoxedUnit.TYPE
- `scala.runtime.BoxedUnit.TYPE` is now intercepted by `JSCodeGen` as a
primitive for `ClassOf(ClassRef("V"))`, which Scala.js recognizes as
`java.lang.Void`
- Enable the javalib/lang/ClassTest for Scala.js, which contains a test
that uses `BoxedUnit.TYPE`
0 commit comments