This was silently accepted by clang without warning due to a lexer bug.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197330
91177308-0d34-0410-b5e6-
96231b3b80d8
@interface IBImageCatalogDocument : NSObject <DVTInvalidation>
@end
-@implementation IBImageCatalogDocument // expected-warning {{auto property synthesis will not synthesize property 'Prop' declared in protocol 'DVTInvalidation'}} \
+@implementation IBImageCatalogDocument // expected-warning {{auto property synthesis will not synthesize property 'Prop' declared in protocol 'DVTInvalidation'}} \
// expected-warning {{method 'invalidate' in protocol 'DVTInvalidation' not implemented}}
@end