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
[CSSimplify] Skip transitive conformance check if argument is CGFloat
There is an implicit conversion between `CGFloat` and `Double` types
so if `CGFloat` argument doesn't satisfy the requirement it's possible
that the generic parameter it's passed to be inferred as a `Double`
from context and the requirement to be satisfied through this implicit
conversion.
Resolves: rdar://153461854
0 commit comments