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 be3e118 commit a622254Copy full SHA for a622254
test/Interop/Cxx/class/safe-interop-mode.swift
@@ -96,7 +96,8 @@ using TTakeUnsafeTuple = TTake<UnsafeTuple>;
96
struct HoldsShared {
97
SharedObject* obj;
98
99
- SharedObject* getObj() const SWIFT_RETURNS_INDEPENDENT_VALUE;
+ SharedObject* getObj() const SWIFT_RETURNS_INDEPENDENT_VALUE
100
+ SWIFT_RETURNS_UNRETAINED;
101
};
102
103
//--- test.swift
0 commit comments