blob: 8084ba6718e0a0c3694990b53b1f7f43ada58447 [file] [log] [blame]
package test2;
import test1.Test1;
public class Test2 {
public Test2() {
new Test1().target.methodToMove();
}
}