swift
14608cb0 - [Sema] Skip type-checking `catch` bodies when computing the bound error type

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
Author
Parents
Loading