From 39a591a822b20e01e2b44e0c7d090e98d26d6ae7 Mon Sep 17 00:00:00 2001 From: tromey Date: Tue, 23 May 2000 22:38:07 +0000 Subject: * libjava.compile/PR238.java: New file. For PR gcj/238. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34116 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/libjava.compile/PR238.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/PR238.java (limited to 'libjava/testsuite/libjava.compile/PR238.java') diff --git a/libjava/testsuite/libjava.compile/PR238.java b/libjava/testsuite/libjava.compile/PR238.java new file mode 100644 index 00000000000..b876524ffdf --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR238.java @@ -0,0 +1,9 @@ +public class PR238 +{ + void foo(A a) + { + a.toString(); + } + + class A {} +} -- cgit v1.2.1