mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fixes rdar://55560962 and https://bugs.swift.org/browse/SR-11495 This bug was caused because we'd fail to lookup C in B, because we hadn't computed its type yet and therefore B is filtered from lookup. Just remove the filter for interface type.
4 lines
59 B
Swift
4 lines
59 B
Swift
extension Subclass {
|
|
struct MemberTypeFromOtherFile {}
|
|
}
|