blob: 7f152dcd031bbed58a8820efefdfaac2b0bcd127 [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
class B<T : A {
protocol B : A, y: a {
}
}
class A<T, d: B<T>