diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile')
-rw-r--r-- | libjava/testsuite/libjava.compile/PR235.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR235.java b/libjava/testsuite/libjava.compile/PR235.java new file mode 100644 index 0000000..46a727b --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR235.java @@ -0,0 +1,7 @@ +public class PR235 +{ + public static Class[] ConstructArgs = + { + Integer.TYPE + }; +} |