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