package gittest; public class Main { public static void main(String[] args) { A a = new A(); B b = new B(); } }