mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
It's done by first retrieving all generic parameters from each solution,
filtering boundings into distrinct set and diagnosing any differences.
For example:
```swift
func foo<T>(_: T, _: T) {}
func bar(x: Int, y: Float) {
foo(x, y)
}
```
6.9 KiB
6.9 KiB