objective-c-parser icon indicating copy to clipboard operation
objective-c-parser copied to clipboard

Arguments parsed incorrectly with "<" or ">" characters

Open DanielMSchmidt opened this issue 6 years ago • 0 comments

Example for this is:

+ (id<GREYMatcher>)detoxMatcherForBoth:(id<GREYMatcher>)firstMatcher andAncestorMatcher:(id<GREYMatcher>)ancestorMatcher;

DanielMSchmidt avatar Oct 02 '17 10:10 DanielMSchmidt