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