Merge with both A and B
This commit is contained in:
parent
ab30ed4552
commit
9bf0c3ade5
@ -2,6 +2,7 @@ package gittest;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
A a = new A();
|
||||
B b = new B();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user