mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 05:19:19 +08:00
* libjava.compile/pr174.java: New file, for PR gcj/174.
From-SVN: r32537
This commit is contained in:
parent
8c5d513f17
commit
4bdf01f210
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
20
libjava/testsuite/libjava.compile/pr174.java
Normal file
20
libjava/testsuite/libjava.compile/pr174.java
Normal file
@ -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
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user