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 String initialiser type when java.lang.String is a stub
Previously it was accidentally given type java.lang.Object, but we
didn't notice because we were less stringent about verifying type
equality (or, in transitioning from ID_symbol to ID_struct_tag for
Java types, we've become less generous about permitting a structural
match but name mismatch). Either way it was clearly wrong to assign
a wrong type like this.
0 commit comments