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 1c1d575 commit 625768eCopy full SHA for 625768e
validation-test/Reflection/existentials.swift
@@ -281,9 +281,9 @@ protocol Composition : P, Q {}
281
struct S : Composition {}
282
func getComposition() -> P & Q { return S() }
283
reflect(any: getComposition())
284
-// CHECK-64: Mangled name: $s12existentials1P_AA1Qp
+// CHECK-64: Mangled name: $s12existentials1PP_AA1QPp
285
// CHECK-64: Demangled name: existentials.P & existentials.Q
286
-// CHECK-32: Mangled name: $s12existentials1P_AA1Qp
+// CHECK-32: Mangled name: $s12existentials1PP_AA1QPp
287
// CHECK-32: Demangled name: existentials.P & existentials.Q
288
289
// Metatype:
0 commit comments