Files
swift-mirror/validation-test/compiler_crashers_2_fixed/0125-rdar33575781.swift
2017-10-03 13:47:19 -07:00

8 lines
188 B
Swift

// RUN: not %target-swift-frontend -typecheck %s
public class MyCollection : MutableCollection {
public var startIndex: MyCollection.Index
public var endIndex: MyCollection.Index
}