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 8811c41 commit 1e7dfb0Copy full SHA for 1e7dfb0
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