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
Name simplification is missing (works on Int32 but not IntPtr):
On platforms where IntPtr is considered numeric type (as indicated by runtime feature flag and compiler API IsNativeIntegerType()) I expect this simplification to be offered.
Name simplification is missing (works on

Int32
but notIntPtr
):On platforms where IntPtr is considered numeric type (as indicated by runtime feature flag and compiler API
IsNativeIntegerType()
) I expect this simplification to be offered.Same applies to UIntPtr.
Relates to test plan #60578
The text was updated successfully, but these errors were encountered: