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