bcc4a891be
Add tests checking that all (top-level) declarations generated by cinterop now have ExperimentalForeignApi annotation. ^KT-58362
7 lines
158 B
Objective-C
Vendored
7 lines
158 B
Objective-C
Vendored
@interface MyClass
|
|
-(instancetype) init;
|
|
-(void) instanceMethod;
|
|
+(void) classMethod;
|
|
@property int instanceProperty;
|
|
@property (class) id classProperty;
|
|
@end |