blob: 59d95b3fa99930717f0608aba5ebbb37eab3b8ed [file] [log] [blame]
@interface MyObjectType {
int param();
}
class A {
void foo() {
MyOb<caret>
}
}