mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 20:01:31 -05:00
* 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
|
|
{
|
|
}
|
|
}
|