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
|
|
{
|
|
}
|
|
}
|