aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t7008/JavaClassWithCheckedExceptions_1.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t7008/JavaClassWithCheckedExceptions_1.java')
-rw-r--r--tests/pending/run/t7008/JavaClassWithCheckedExceptions_1.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/pending/run/t7008/JavaClassWithCheckedExceptions_1.java b/tests/pending/run/t7008/JavaClassWithCheckedExceptions_1.java
deleted file mode 100644
index dda212830..000000000
--- a/tests/pending/run/t7008/JavaClassWithCheckedExceptions_1.java
+++ /dev/null
@@ -1,7 +0,0 @@
-class JavaClassWithCheckedExceptions_1<E1 extends Exception> {
- public JavaClassWithCheckedExceptions_1() throws NullPointerException {}
-
- public void bar() throws E1 {}
- public void baz(int x) throws IllegalStateException {}
- public <E2 extends Exception> void foo() throws E2 {}
-} \ No newline at end of file