blob: d048535743cef6da654d47c5b33da26d50237583 [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 d<j : i, f : i where j.i == f> : e {
}
class d<j, f> {
}
protocol i {
protocol i