From 1eccefcd18d72ed9b9b2cd09202717c452867333 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 22 May 2000 19:34:21 +0000 Subject: * libjava.compile/PR235.java: New file. For PR gcj/235. From-SVN: r34086 --- 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 0000000..46a727b --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR235.java @@ -0,0 +1,7 @@ +public class PR235 +{ + public static Class[] ConstructArgs = + { + Integer.TYPE + }; +} -- cgit v1.1