// RUN: %target-typecheck-verify-swift -debug-generic-signatures 2>&1 | %FileCheck %s // https://github.com/apple/swift/issues/57339 // CHECK-LABEL: .P@ // CHECK-NEXT: Requirement signature: protocol P { associatedtype A: Q where A.B == Self } // CHECK-LABEL: .Q@ // CHECK-NEXT: Requirement signature: protocol Q: CaseIterable { associatedtype B: P where B.A == Self }