1 | @interface MissingEnd // expected-note {{class started here}} |
---|---|
2 | |
3 | @ // expected-error {{expected an Objective-C directive after '@'}} expected-error {{missing '@end'}} |
4 |
1 | @interface MissingEnd // expected-note {{class started here}} |
---|---|
2 | |
3 | @ // expected-error {{expected an Objective-C directive after '@'}} expected-error {{missing '@end'}} |
4 |