blob: 527eda4a6cf274a222e4cceb01b76a6ca551f515 [file] [log] [blame]
struct Generic<Element> {}
extension Generic {
// It is important that this has the same name as a standard library type.
struct Iterator {}
}