mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Need to canonicalize the replacement type. Otherwise it could be generic if it is a typealias inside a generic type, e.g.
```
struct S<T> {
typealias I = Int
}
```
142 KiB
142 KiB