aboutsummaryrefslogtreecommitdiff
path: root/test/Index/Inputs/complete-pch.h
blob: ddf5253c134d45b01fb9c1a09454937f4c03b4f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@interface A
- (int)instanceMethod1:(int)x;
+ (int)classMethod1:(double)d;
@end

@interface B
- (int)instanceMethod2:(int)x;
+ (int)classMethod2:(float)f;
@end