mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 13:39:58 +08:00
8 lines
89 B
Java
8 lines
89 B
Java
|
public class PR235
|
||
|
{
|
||
|
public static Class[] ConstructArgs =
|
||
|
{
|
||
|
Integer.TYPE
|
||
|
};
|
||
|
}
|