• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 @interface Y
2   -(void)f;
3   -(double)f2;
4   -(void)e;
5 @end
6 
foo2()7 void foo2() {
8   // FIXME: Can't verify warnings in headers
9   //(void)@selector(y);
10   //(void)@selector(e);
11 }
12 
13 @interface X (Blarg)
14 - (void)blarg_method;
15 @end
16