blob: 04c90f859011a37d7201f2adfd47f0bad8eef2ff [file] [log] [blame]
package aaa;
@interface MyObjectType {}
class A {
void aaa() {
getClass().getAnnotations(MyObject<caret>)
}
}