blob: fac91e732ca0578ab01715d79ef5006d0e8d0ee5 [file] [log] [blame]
@interface MyAnno {
String xxx();
String yyy();
}
/**
* @see MyAn<caret>
*/
public class MyFirstTestClassFoo {
}