Files
swift-mirror/validation-test/compiler_crashers_2_fixed/Inputs/issue-47904/ObjCPart.h

7 lines
90 B
Objective-C

@interface Base
@end
@interface MyCollection: Base
- (id)objectAtIndex:(long)index;
@end