mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The name-lookup behavior that avoids looking for members of a nominal type or extension therefore when resolving the inheritance clause is now handled by UnqualifiedLookup, so remove it from the type checker itself. Fixes rdar://problem/39130543.