blob: 431b3001664d8c75fe57e12e8243b31e0bbca3a2 [file] [log] [blame]
// RUN: not %target-swift-frontend -typecheck -primary-file %s
func hexEncodeBytes<T: Collection>(_ bytes: T) where T.Generator.Element == UInt8 { }