Sign in
llvm
/
clang
/
e43eb432de21ed58e59e9fa7514750b901396916
/
.
/
test
/
Index
/
Inputs
/
complete-pch.h
blob: ddf5253c134d45b01fb9c1a09454937f4c03b4f5 [
file
] [
log
] [
blame
]
@interface
A
-
(
int
)
instanceMethod1
:(
int
)
x
;
+
(
int
)
classMethod1
:(
double
)
d
;
@end
@interface
B
-
(
int
)
instanceMethod2
:(
int
)
x
;
+
(
int
)
classMethod2
:(
float
)
f
;
@end