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
It turns out an sjsJUnitTest fails otherwise, since that one _does_ insert an implicit conversion after a `new`.
This is all goes to show that what we do to deal with implicit conversions
is completely crazy. It's a black art when to propagate exected types. There's
often no better or worse. Almost any change we do can heal some code and break
some other code. I believe the only way to get our of this swamp is to get
rid of unrestricted implicit conversions.
0 commit comments