// RUN: %target-swift-frontend -typecheck %s -debug-generic-signatures 2>&1 | %FileCheck %s // CHECK-LABEL: identity_conformance.(file).P1@ // CHECK: Requirement signature: protocol P1 { associatedtype X : P1 where X == Self } // CHECK-LABEL: identity_conformance.(file).P2@ // CHECK: Requirement signature: protocol P2 { associatedtype X where X == Self }