pr172.java: Correct classname to match file name.
2000-03-15 Bryce McKinlay <bryce@albatross.co.nz> * libjava.compile/pr172.java: Correct classname to match file name. * libjava.compile/pr174.java: ditto. Remove superfluous main() method. From-SVN: r32552
This commit is contained in:
committed by
Bryce McKinlay
parent
87ee36a8d9
commit
37ce3e058d
@@ -2,14 +2,9 @@ class A
|
||||
{
|
||||
}
|
||||
|
||||
public class Scope3
|
||||
public class pr174
|
||||
{
|
||||
public static void main(String args[])
|
||||
{
|
||||
new Scope3();
|
||||
}
|
||||
|
||||
public Scope3()
|
||||
public pr174()
|
||||
{
|
||||
A a = new A();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user