mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
e68ab1da8e
The Base class already includes them, so don't duplicate them in its subclasses. Also stops us including members from extensions of the base class itself. Resolves rdar://problem/50960433