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