blob: 7f7bb83604dc18315ffc6c2e6f8d44eec38c7482 [file] [log] [blame]
package test1;
public class Test1 {
public void methodToMove() {}
private TestTarget target;
public TestTarget getTestTarget() { return target; }
}