summaryrefslogtreecommitdiff
path: root/test/files/pos/t3249/Test.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3249/Test.java')
-rw-r--r--test/files/pos/t3249/Test.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/pos/t3249/Test.java b/test/files/pos/t3249/Test.java
new file mode 100644
index 0000000000..4cc7cb2ab5
--- /dev/null
+++ b/test/files/pos/t3249/Test.java
@@ -0,0 +1,5 @@
+public class Test {
+ public static void meh() {
+ new A<Integer>().f();
+ }
+} \ No newline at end of file