mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Move Clang importer test SDK to a toplevel dir test/Inputs where it can be
shared between Clang importer and IDE tests Swift SVN r11292
This commit is contained in:
25
test/Inputs/clang-importer-sdk/usr/include/objc_ext.h
Normal file
25
test/Inputs/clang-importer-sdk/usr/include/objc_ext.h
Normal file
@@ -0,0 +1,25 @@
|
||||
@import ObjectiveC;
|
||||
|
||||
@interface B(Separate)
|
||||
- (id)method:(int)i separateExtMethod:(double)d;
|
||||
- (void)anotherCategoryMethod;
|
||||
@end
|
||||
|
||||
@class RefedSub;
|
||||
|
||||
@interface SuperRefsSub
|
||||
- takesSub:(RefedSub*)sub;
|
||||
- overridden;
|
||||
@end
|
||||
|
||||
@interface RefedSub : SuperRefsSub
|
||||
- overridden;
|
||||
@end
|
||||
|
||||
@protocol NSRuncing
|
||||
- (void)runce;
|
||||
@end
|
||||
|
||||
@interface NSMince
|
||||
- (void)eatWith:(id <NSRuncing>)runcer;
|
||||
@end
|
||||
Reference in New Issue
Block a user