import java.lang.Deprecated;
import test.DeprecationSchedule;

package test {
  public class TestClass {
    method @Deprecated @DeprecationSchedule(id="test-deprecation",version=92) public void testRemoved();
  }
}
