Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
7e6360625e4f55f7780923a790f4ea5fe21d3c26
/
.
/
test
/
Sema
/
method-def-1.m
blob: 1658a7b50d43a617d4b7747138cbb3e9679cd130 [
file
] [
log
] [
blame
]
Fariborz Jahanian
8473b22
2007-11-09 19:52:12 +0000
[
diff
] [
blame
]
1
@interface
foo
2
-
(
int
)
meth
;
3
@end
4
5
@implementation
foo
6
-
(
int
)
meth
{
return
[
self meth
];
}
7
@end
8