2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-01-13 10:04:43 +08:00
gcc/libjava/testsuite/libjava.compile/PR235.java

8 lines
89 B
Java
Raw Normal View History

public class PR235
{
public static Class[] ConstructArgs =
{
Integer.TYPE
};
}