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 446ff7b commit fd5fe7dCopy full SHA for fd5fe7d
test/Interpreter/element_archetype_captures.swift
@@ -1,5 +1,7 @@
1
// RUN: %target-run-simple-swift
2
3
+// REQUIRES: executable_test
4
+
5
func callee<X: P1, T: P2, U: P3, V: P4>(x: X, t: T, u: U, v: V)
6
-> (any P1, any P2, any P3, any P4) {
7
return (x, t, u, v)
0 commit comments