package test {
  public interface TestClass {
    method @android.support.annotation.UiThread public default void testMethod();
    method @android.support.annotation.UiThread public void testMethodNoDefault();
  }
}

