[ObjCExport] Fix tests with missing 'MustBeDocumented' annotations missing

KT-64226
This commit is contained in:
Sebastian Sellmair
2024-01-08 13:18:20 +01:00
committed by Space Team
parent 7dbd5cd57f
commit ad8d4051b8
3 changed files with 36 additions and 0 deletions
@@ -1202,11 +1202,23 @@ __attribute__((swift_name("KT49937")))
- (NSString *)description __attribute__((swift_name("description()")));
@end
/**
* @note annotations
* Foo
* BugReport(assignedTo="me", status="open")
*/
__attribute__((swift_name("MyInterface")))
@protocol KtMyInterface
@required
@end
/**
* @note annotations
* Foo
* BugReport(assignedTo="me", status="open")
*/
__attribute__((objc_subclassing_restricted))
__attribute__((swift_name("Bar")))
@interface KtBar : KtBase
@@ -1202,11 +1202,23 @@ __attribute__((swift_name("KT49937")))
- (NSString *)description __attribute__((swift_name("description()")));
@end
/**
* @note annotations
* Foo
* BugReport(assignedTo="me", status="open")
*/
__attribute__((swift_name("MyInterface")))
@protocol KtMyInterface
@required
@end
/**
* @note annotations
* Foo
* BugReport(assignedTo="me", status="open")
*/
__attribute__((objc_subclassing_restricted))
__attribute__((swift_name("Bar")))
@interface KtBar : KtBase
@@ -1202,11 +1202,23 @@ __attribute__((swift_name("KT49937")))
- (NSString *)description __attribute__((swift_name("description()")));
@end
/**
* @note annotations
* Foo
* BugReport(assignedTo="me", status="open")
*/
__attribute__((swift_name("MyInterface")))
@protocol KtMyInterface
@required
@end
/**
* @note annotations
* Foo
* BugReport(assignedTo="me", status="open")
*/
__attribute__((objc_subclassing_restricted))
__attribute__((swift_name("Bar")))
@interface KtBar : KtBase