mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 02:44:44 +08:00
d52c5b0a9c
* libjava.compile/consthrow.java: New file. * libjava.compile/consthrow.xfail: New file. From-SVN: r61959
7 lines
71 B
Java
7 lines
71 B
Java
public class consthrow
|
|
{
|
|
public consthrow () throws Object
|
|
{
|
|
}
|
|
}
|