You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// expected-error@-1 {{conditional conformance to non-marker protocol 'Arbitrary' cannot depend on conformance of 'Pointee' to marker protocol 'Sendable'}}
493
+
494
+
structSSS:~Copyable, PPP {}
495
+
protocolPPP:~Copyable {}
496
+
letglobal__old__:anyPPP=SSS() // expected-error {{value of type 'SSS' does not conform to specified type 'Copyable'}}
0 commit comments