mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-16 08:25:51 +00: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
|
|
{
|
|
}
|
|
}
|