Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
MethodPoolB.h
blob: e1e86edaf84bff7067d306fb67cb286b1c06b1b6 [
file
] [
log
] [
blame
]
@interface
B
-
(
int
)
method1
;
-
(
int
)
method2
:(
float
)
param
;
@end