mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Since `resolveType` caches its results, silencing errors would mean that the error would be lost and each subsequent call to `resolveType` would get `ErrorType` back. This ultimately leads to the compiler failing to produce a diagnostic when invalid type is used in `init` call. Resolves: rdar://94888357
81 KiB
81 KiB