blob: 50279907aa0dce35c20bab2c1d61466582695586 [file] [log] [blame]
// RUN: not %target-swift-frontend -typecheck %s
class Graph<V>: Collection {
typealias Iterator = AnyIterator<V>
typealias Index = Int
}