Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
007a9b1c632bfaac20e41c60cbe07fdc6d0e647c
/
.
/
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