swift
14608cb0
- [Sema] Skip type-checking `catch` bodies when computing the bound error type
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
110 days ago
[Sema] Skip type-checking `catch` bodies when computing the bound error type Make sure we only ever type-check the `do` body of a `do-catch` statement when lazily type-checking the bound error type, which we can do for completion. rdar://164481242
References
#85449 - [Sema] Skip type-checking catch bodies when computing the bound error type
Author
hamishknight
Parents
8b0853d9
Loading