llvm-for-llvmta/tools/clang/test/Index/Inputs/complete-pch.h

11 lines
161 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
@interface A
- (int)instanceMethod1:(int)x;
+ (int)classMethod1:(double)d;
@end
@interface B
- (int)instanceMethod2:(int)x;
+ (int)classMethod2:(float)f;
@end