blob: e21176f35cd46f5b82dd206ac7b9afd79b4395ad [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 a<T where B : A {
}
() as a