Files
swift-mirror/test/NameBinding/Inputs/reference-dependencies-members-helper.swift
Jordan Rose cfe20537d6 Dependencies: Make sure we count redeclaration checking as a dependency.
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
2015-07-16 23:36:35 +00:00

7 lines
88 B
Swift

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