removed second A
This commit is contained in:
@@ -2,7 +2,6 @@ package gittest;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
A a = new A();
|
||||
A a = new A();
|
||||
B b = new B();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user