Native: add tests for ExperimentalForeignApi on cinterop declarations
Add tests checking that all (top-level) declarations generated by cinterop now have ExperimentalForeignApi annotation. ^KT-58362
This commit is contained in:
committed by
Space Team
parent
3f3f6eb5a8
commit
bcc4a891be
@@ -0,0 +1,7 @@
|
||||
@interface MyClass
|
||||
-(instancetype) init;
|
||||
-(void) instanceMethod;
|
||||
+(void) classMethod;
|
||||
@property int instanceProperty;
|
||||
@property (class) id classProperty;
|
||||
@end
|
||||
Reference in New Issue
Block a user