Commit 762016bf by Anthony Green Committed by Anthony Green

New test case.

From-SVN: r31950
parent d6455b5b
2000-02-12 Anthony Green <green@cygnus.com>
* libjava.compile/inner_data.java: New file.
2000-02-12 Anthony Green <green@cygnus.com>
* libjava.compile/inner_inherit.java: New file.
2000-02-12 Alexandre Petit-Bianco <apbianco@cygnus.com>
......
// Test referencing protected data from parent of inner class.
import java.util.Random;
public class inner_data
{
private class Randomer extends Random {
public long xxx ()
{
return seed;
}
}
}
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