1: package testlib; 2: 3: public class ComplexMethodMoveBase { 4: // moved from ComplexMethodMoveSub in v1 5: public void moveToSuper() { 6: } 7: }