re PR java/19674 (Empty declaration through semicolon (;) causes compile failure)
2005-07-05 Bryce McKinlay <mckinlay@redhat.com> PR java/19674 * parse.y (interface_member_declaration): Allow empty statements in interface declarations. 2005-07-05 Bryce McKinlay <mckinlay@redhat.com> * testsuite/libjava.compile/PR19674.java: New test. From-SVN: r101634
This commit is contained in:
committed by
Bryce McKinlay
parent
73f397d429
commit
b226520a2d
@@ -0,0 +1,7 @@
|
||||
public interface PR19674
|
||||
{
|
||||
public interface Inside
|
||||
{
|
||||
void m(int p, int p2);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user