Commit d6455b5b by Anthony Green Committed by Anthony Green

New test case.

From-SVN: r31949
parent 3abd3239
2000-02-12 Anthony Green <green@cygnus.com>
* libjava.compile/inner_inherit.java: New file.
2000-02-12 Alexandre Petit-Bianco <apbianco@cygnus.com>
* libjava.lang/inner_interface.out: New file.
......
// Test to insure that we can refer to methods inherited through an
// inner class.
public class inner_inherit
{
private class Agent extends Thread {
}
public void f ()
{
Agent a = new Agent();
a.setDaemon(true);
}
}
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