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