public protocol Problem : class { } public extension Problem { } public func callGenericWitness (_ t: T) async -> Int { return 0 }