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