bcc4a891be
Add tests checking that all (top-level) declarations generated by cinterop now have ExperimentalForeignApi annotation. ^KT-58362
6 lines
135 B
Objective-C
Vendored
6 lines
135 B
Objective-C
Vendored
@protocol MyProtocol
|
|
-(id) instanceMethod;
|
|
+(int) classMethod;
|
|
@property id instanceProperty;
|
|
@property (class) int classProperty;
|
|
@end |