blob: 32b1babcfcd4d90b83e6513975313a74fcd037d7 [file] [log] [blame]
@interface MyObjectType {}
class A {
void aaa(@MyObjectType<caret>);
}