* libjava.compile/inner_pub.java: New file.
From-SVN: r31503
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// Test to ensure that public inner classes work.
|
||||
|
||||
public class inner_pub
|
||||
{
|
||||
public class really_inner
|
||||
{
|
||||
int z;
|
||||
}
|
||||
|
||||
really_inner foo;
|
||||
}
|
||||
Reference in New Issue
Block a user