package test {
  public interface FunctionalInterface {
    method @android.support.annotation.UiThread public void testFunctional();
  }
}

