blob: 2afd9b2aa1348b72e7e1f1428b0edb0b51ae159f [file] [log] [blame]
// RUN: %target-typecheck-verify-swift
// REQUIRES: objc_interop
@objc protocol Q {}
struct X1<T: AnyObject> { }
extension X1 where T == Q { }