removed second A
This commit is contained in:
parent
be847584cd
commit
116067f42e
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user