swift
ed2e07e0 - [Sema] TypeWrappers: If type wrapper comes from `.swiftinterface` use synthesized decls

Commit
2 years ago
[Sema] TypeWrappers: If type wrapper comes from `.swiftinterface` use synthesized decls Swift interfaces have both attribute and all publicly accessible synthesized members, which means that the synthesis needs to be taught to lookup existing synthesized declarations for `$storage`, `$Storage`, and `init(storageWrapper:)` if request comes for declaration that belongs to a Swift interface file.
Author
Committer
Parents
Loading