public class Test {
  public static void meh() {
    new A<Integer>().f();
  }
}