[ObjCExport] Fix tests with missing 'MustBeDocumented' annotations missing
KT-64226
This commit is contained in:
committed by
Space Team
parent
7dbd5cd57f
commit
ad8d4051b8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user