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 e1ee19a commit b96ffb7Copy full SHA for b96ffb7
test/IRGen/mangling_inverse_generics_evolution.swift
@@ -12,7 +12,7 @@ public protocol P: ~Copyable { }
12
13
public protocol Hello<Person>: ~Copyable {
14
// CHECK: @"$s4test5HelloP6PersonAC_AA1PTn"
15
- // CHECK: @"$s6Person4test5HelloPTl" = alias
+ // CHECK: @"$s6Person4test5HelloPTl" =
16
associatedtype Person: P & ~Copyable
17
18
// CHECK: @"$s4test5HelloP14favoritePerson0D0QzvrTq" = alias
0 commit comments