package testExtractSuperClassMult.test1; /* test : select A and extract superclass-multi. Then in the GUI : select S as name for the superclass and check the boxes for m and abstract for m. */ public class A { public void m (){ return ; } }