mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Move reference dependency tests out of NameLookup and into Incremental/Dependencies. These tests will need to be specialized for the upcoming private dependencies code.
7 lines
88 B
Swift
7 lines
88 B
Swift
class OtherSub : Base {}
|
|
class OtherBase {}
|
|
|
|
class OtherClass {}
|
|
|
|
struct OtherStruct {}
|