blob: f6ed8ae4083b13c7b515d0309eb6813e4b2a9a03 [file] [log] [blame]
// RUN: not %target-swift-frontend -typecheck %s
public class MyCollection : MutableCollection {
public var startIndex: MyCollection.Index
public var endIndex: MyCollection.Index
}