Commit Graph

1 Commits

Author SHA1 Message Date
Rintaro Ishizaki
fa7b67192a [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
2020-11-04 19:50:16 -08:00