// RUN: not %target-swift-frontend -typecheck -primary-file %s -debug-generic-signatures 2>&1 | %FileCheck %s // CHECK-LABEL: .hexEncodeBytes@ // CHECK-NEXT: func hexEncodeBytes(_ bytes: T) where T.Generator.Element == UInt8 { }