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
Fix#12507: Scala.js: Mangle param names in closures.
Instead of calling `name.toString`, we use the overload of
`freshLocalIdent` that takes a `TermName`, already used elsewhere,
and which correctly calls `mangledString`.
0 commit comments