aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/pos/t3249/Test.java
blob: 4cc7cb2ab57c8564196eeda1bffdd76ec7abcf3a (plain) (tree)
1
2
3
4
5




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