diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile/consthrow.java')
-rw-r--r-- | libjava/testsuite/libjava.compile/consthrow.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/consthrow.java b/libjava/testsuite/libjava.compile/consthrow.java new file mode 100644 index 0000000..02d1afc --- /dev/null +++ b/libjava/testsuite/libjava.compile/consthrow.java @@ -0,0 +1,6 @@ +public class consthrow +{ + public consthrow () throws Object + { + } +} |