mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Also, checking protocol conformances doesn't depend on any members, just the type. We don't track dependencies on types separately from members right now, though, so instead there's now a dummy dependency on 'deinit'. Swift SVN r30288
7 lines
88 B
Swift
7 lines
88 B
Swift
class OtherSub : Base {}
|
|
class OtherBase {}
|
|
|
|
class OtherClass {}
|
|
|
|
struct OtherStruct {}
|