Add quickfix for unsupported typedef NSFoo Bar.
This commit is contained in:
committed by
SvyatoslavScherbina
parent
e8f97b0436
commit
ffb0d0cfcb
@@ -5,8 +5,10 @@
|
||||
-(void)print:(const char*)string;
|
||||
@end;
|
||||
|
||||
typedef NSString NSStringTypedef;
|
||||
|
||||
@interface Foo : NSObject
|
||||
@property NSString* name;
|
||||
@property NSStringTypedef* name;
|
||||
-(void)helloWithPrinter:(id <Printer>)printer;
|
||||
@end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user