mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
91046aff37
Handle a protocol that has a default implementation that returns a ~Escapable value and also has a typed throw that defaults to Never. I believe this "regression" appeared when typed throws were adopted in more APIs. Fixes rdar://178685863 (CxxIterableIterator escapes its scope)