// RUN: %target-typecheck-verify-swift protocol P {} class GenericBase: P {} class Derived: GenericBase {} func foo(_ x: T) {} foo(Derived())