blob: 116ea94512cb02f14963cd8c4d52ab25d7cfb399 [file] [log] [blame]
// RUN: not %target-swift-frontend %s -typecheck
extension Collection {
func f() -> [Generator.Element] {
return Array(self.prefix(0))
}
}