Skip to content
Snippets Groups Projects
Commit bb55f6bd authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Sign

llvm-svn: 117400
parent c4126a1a
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ void f(A *a) {
@implementation Sub3
- (int)method3 {
int x = super; // expected-note{{use of undeclared identifier 'super'; did you mean 'Super'?}}
int x = super; // expected-note{{use of undeclared identifier 'super'}}
return 0;
}
@end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment