From 2dc954108a35253045c95a09fcccd620f2cc12e1 Mon Sep 17 00:00:00 2001 From: bryce Date: Tue, 5 Jul 2005 21:09:57 +0000 Subject: 2005-07-05 Bryce McKinlay PR java/19674 * parse.y (interface_member_declaration): Allow empty statements in interface declarations. 2005-07-05 Bryce McKinlay * testsuite/libjava.compile/PR19674.java: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101634 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/libjava.compile/PR19674.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/PR19674.java (limited to 'libjava/testsuite/libjava.compile') diff --git a/libjava/testsuite/libjava.compile/PR19674.java b/libjava/testsuite/libjava.compile/PR19674.java new file mode 100644 index 00000000000..2c23895b464 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR19674.java @@ -0,0 +1,7 @@ +public interface PR19674 +{ + public interface Inside + { + void m(int p, int p2); + }; +} -- cgit v1.2.3