blob: efd9cdf24e3b3cf43493c3b76646dad14e086798 [file] [log] [blame]
public class X {
@Deprecated
public void bar(@SuppressWarnings("unused") int i) {
}
}