// RUN: %target-swift-frontend -emit-ir -g -primary-file %s public struct TestType { } extension Array: Error where Element: Error { } public struct GenericType { public func test(_ value: TestType<[T]>) { } }