* libjava.compile/pr174.java: New file, for PR gcj/174.
From-SVN: r32537
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
class A
|
||||
{
|
||||
}
|
||||
|
||||
public class Scope3
|
||||
{
|
||||
public static void main(String args[])
|
||||
{
|
||||
new Scope3();
|
||||
}
|
||||
|
||||
public Scope3()
|
||||
{
|
||||
A a = new A();
|
||||
}
|
||||
|
||||
class A
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user