We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d03ea3 commit f752ac5Copy full SHA for f752ac5
test/NameBinding/reference-dependencies.swift
@@ -329,7 +329,6 @@ extension PrivateTy6 : PrivateProto3 {}
329
// CHECK-DAG: - "ProtoReferencedOnlyInGeneric"
330
func genericTest<T: ProtoReferencedOnlyInGeneric>(_: T) {}
331
// CHECK-DAG: !private "ProtoReferencedOnlyInPrivateGeneric"
332
-// FIXME: Should be
333
private func privateGenericTest<T: ProtoReferencedOnlyInPrivateGeneric>(_: T) {}
334
335
struct Sentinel1 {}
0 commit comments