mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02: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
|
|
{
|
|
}
|
|
}
|