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
Issue lampepfl#7113: Fix Scala.js codegen for Null/Nothing types
- Fix the encoding of the `NullClass` and `NothingClass` in `JSEncoding` to
correctly map to the corresponding Scala.js IR Symbols
- Enable the `javalib/net/URITest` for Scala.js, which uses default
arguments with `null` values, which in turn are used as the return
type of the default getters.
0 commit comments