blob: a80428a882f53b3b5ae3f04d0f3a99da3a1eb418 [file] [log] [blame]
public class Test{
/**
* @deprecated
*/
boolean b;
boolean bar(){
return b;
}
}