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
In dotty, `mangledString` does not mangle operators that are not at
the end of an identifier, nor characters that are not
JavaIdentifierPart's. This is OK for the JVM, but not the Scala.js
IR. This commit forces full encoding of all characters.
0 commit comments