We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368721e commit ce9b362Copy full SHA for ce9b362
test/IRGen/variadic_generic_captures.swift
@@ -65,3 +65,8 @@ public func has_witness_table_pack2<each T: Sequence>(t: repeat each T) -> () ->
65
where repeat (each T).Element: Sequence {
66
return { _ = (repeat (each T).Element.Element).self }
67
}
68
+
69
+// https://github.com/apple/swift/issues/71455
70
+func f<each T>(t: (repeat each T)) {
71
+ let tup = (repeat ((each T).self, each t))
72
+}
0 commit comments