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 e1f6ad1 commit b32888dCopy full SHA for b32888d
test/IRGen/Inputs/objc_protocol_sendable.h
@@ -1,5 +1,5 @@
1
#import <Foundation/Foundation.h>
2
3
@interface A: NSObject
4
-- (id <NSObject>)foo NS_SWIFT_SENDABLE;
+- (id <NSObject>)foo __attribute__((swift_attr("@Sendable")));
5
@end
0 commit comments