swift
fa7b6719
- [DerivedConformance] Correctly set access of derived 'hash(into:)'
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
[DerivedConformance] Correctly set access of derived 'hash(into:)' If access of the target type is 'private', derived hash(into:) used to be created with 'private' access. But it should be 'fileprivate'. rdar://problem/71005827
References
#34586 - [DerivedConformance] Correctly set access of derived 'hash(into:)'
Author
rintaro
Committer
rintaro
Parents
526fe579
Loading