blob: 16d359c1046ca0bede385d05f6ed65d251159e63 [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
if true {
func f: NSObject {
}
struct S<T where T: NSObject {
class A