Commit 4bdf01f2 by Tom Tromey Committed by Tom Tromey

* libjava.compile/pr174.java: New file, for PR gcj/174.

From-SVN: r32537
parent 8c5d513f
2000-03-14 Tom Tromey <tromey@cygnus.com>
* libjava.compile/pr174.java: New file, for PR gcj/174.
2000-03-07 Tom Tromey <tromey@cygnus.com>
* libjava.lang/PR162.java: Mention `PR162', not `Test', as class
......
class A
{
}
public class Scope3
{
public static void main(String args[])
{
new Scope3();
}
public Scope3()
{
A a = new A();
}
class A
{
}
}
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