mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
`FreeTypeVariableBinding::GenericParameters` mode allowed to bind all free type variables with fresh generic parameter types, which is incorrect (at least) if there are multiple generic solutions present, because such parameters couldn't be compared. This mode was used for code completion, which is now switched to use `FreeTypeVariableBinding::UnresolvedType` instead.
4.1 KiB
4.1 KiB