blob: 9a6c33291dbd9cf10ae43e2b7039c6cedcd4a866 [file] [log] [blame]
@interface MyAnnotation {
Class value();
}
@MyAnnotation(<caret>A.class)
class MyClass {}