summaryrefslogtreecommitdiff
path: root/test/files/pos/t3486/JTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3486/JTest.java')
-rw-r--r--test/files/pos/t3486/JTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/pos/t3486/JTest.java b/test/files/pos/t3486/JTest.java
new file mode 100644
index 0000000000..0bf388b72d
--- /dev/null
+++ b/test/files/pos/t3486/JTest.java
@@ -0,0 +1,3 @@
+public class JTest<A> extends T2<A> {
+ public A m( A a ) { return a; }
+} \ No newline at end of file