// RUN: not %target-swift-frontend -typecheck %s // https://github.com/apple/swift/issues/51525 class Graph: Collection { typealias Iterator = AnyIterator typealias Index = Int }