// 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 extension NSSet { convenienc init (e: A.B) { } } func b(c) -> (() -> d) { } struct d { } protocol e { } class d: NSObject { init(b: c) { } } import Foundation extension NSSet { convenience init(array: Array) {