blob: 6506ac80c29a59485feece44cf276e9f438c9d28 [file] [log] [blame]
// RUN: not %target-swift-frontend %s -parse
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
struct c<d : SequenceType> {
var b: [c<d>] {
}
protocol a {
}
func f<T : Boo
func e() {
f
protocol l : f { func f