blob: 676ff2d3e7cc31730441b761a3bb511127af6304 [file] [log] [blame]
class Test {
public void foo(@Deprecated String s,
@Deprecated String p){}
}