forked from OSchip/llvm-project
parent
c383509ce6
commit
6328f948ad
|
@ -6,5 +6,5 @@ static NSString* const myConstString = @"hello";
|
|||
// CHECK-FIXES: static NSString* const kMyConstString = @"hello";
|
||||
|
||||
class MyTest {
|
||||
static int not_objc_style;
|
||||
static int not_objc_style;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue