From d74ca5f4de221f9396fd5bc3776055f8d88c57d0 Mon Sep 17 00:00:00 2001 From: tromey Date: Mon, 22 May 2000 19:34:21 +0000 Subject: * libjava.compile/PR235.java: New file. For PR gcj/235. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34086 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/libjava.compile/PR235.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/PR235.java (limited to 'libjava/testsuite/libjava.compile') diff --git a/libjava/testsuite/libjava.compile/PR235.java b/libjava/testsuite/libjava.compile/PR235.java new file mode 100644 index 00000000000..46a727b2a67 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR235.java @@ -0,0 +1,7 @@ +public class PR235 +{ + public static Class[] ConstructArgs = + { + Integer.TYPE + }; +} -- cgit v1.2.3