package pkg.sub; import pkg.sub2.Test2; public class Test1 { main() { var t2 = new Test2(); t2.test(); } }