aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t6169/Exist.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t6169/Exist.java')
-rw-r--r--tests/pending/pos/t6169/Exist.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/pending/pos/t6169/Exist.java b/tests/pending/pos/t6169/Exist.java
deleted file mode 100644
index dfc6b36b3..000000000
--- a/tests/pending/pos/t6169/Exist.java
+++ /dev/null
@@ -1,4 +0,0 @@
-public class Exist<T extends String> {
- // java helpfully re-interprets Exist<?> as Exist<? extends String>
- public Exist<?> foo() { throw new RuntimeException(); }
-} \ No newline at end of file