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