blob: be571e4992be9e2b6692224ef03617747363e2f8 [file] [log] [blame]
@interface TestFor {
Class[] testForClass();
}
class Foo {
@TestFor(testForClass = { Object.class, Aaaaaa<caret> } )
public void foo22() {}
}
class Aaaaaaaaaaaaaaaaaaaaa {}