Files
swift-mirror/test/Incremental/Inputs/reference-dependencies-members-helper.swift
Robert Widmann 8aede31c2c [Gardening] Reshuffle Some Tests
Move reference dependency tests out of NameLookup and into
Incremental/Dependencies. These tests will need to be specialized for
the upcoming private dependencies code.
2020-05-05 10:55:58 -07:00

7 lines
88 B
Swift

class OtherSub : Base {}
class OtherBase {}
class OtherClass {}
struct OtherStruct {}