swift
51f27a91
- Sema: Don't allow properties with inferred types to infer opaque result types.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
Sema: Don't allow properties with inferred types to infer opaque result types. This prevents opaque result types from propagating nontrivially into other declarations' types, which may be confusing and create implementation complexities.
References
#22965 - [5.1] Opaque types prototype
Author
jckarter
Committer
jckarter
Parents
f1fcb1f2
Loading