[K/N][Tests] Migrate objcSmoke & objcTests tests
^KT-61259
This commit is contained in:
committed by
Space Team
parent
58f7dd1c83
commit
524f0d335e
@@ -0,0 +1,17 @@
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
// https://youtrack.jetbrains.com/issue/KT-49455
|
||||
|
||||
@interface KT49455 : NSObject
|
||||
@end
|
||||
|
||||
__attribute__((external_source_symbol(language="Swift", defined_in="sample",generated_declaration)))
|
||||
@interface KT49455 (KT49455Ext)
|
||||
- (int)extensionFunction;
|
||||
@end
|
||||
|
||||
// Just to ensure that unavailable categories don't break anything.
|
||||
__attribute__((unavailable("unavailableExtensionFunction is unavailable")))
|
||||
@interface KT49455 (KT49455UnavailableExt)
|
||||
- (int)unavailableExtensionFunction;
|
||||
@end
|
||||
Reference in New Issue
Block a user