Commit ec39b14a by Tom Tromey Committed by Tom Tromey

* libjava.compile/inner_pub.java: New file.

From-SVN: r31503
parent 7e4d7898
2000-01-18 Tom Tromey <tromey@cygnus.com>
* libjava.compile/inner_pub.java: New file.
2000-01-16 Anthony Green <green@cygnus.com>
* libjava.lang/pr133.out: New file.
......
// Test to ensure that public inner classes work.
public class inner_pub
{
public class really_inner
{
int z;
}
really_inner foo;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment