package test2; import test1.Test1; public class Test2 { public Test2() { new Test1().target.methodToMove(); } }