Merge with both A and B

This commit is contained in:
Nathan Woodburn 2023-03-21 13:44:58 +11:00
parent ab30ed4552
commit 9bf0c3ade5
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -2,6 +2,7 @@ package gittest;
public class Main { public class Main {
public static void main(String[] args) { public static void main(String[] args) {
A a = new A();
B b = new B(); B b = new B();
} }
} }