mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When trying to find bindings let's avoid type variables which represent left-hand side of the `DynamicTypeOf` constraint, because such type variables might be (implicitly) convertible to [existential] metatype, but at the same time bound to something else (e.g. Any), which fails when solver tries to simplify `DynamicTypeOf` constraint itself.
22 KiB
22 KiB