blob: 729b6d91373d49d438b13d6ac262b09699865d52 [file] [log] [blame]
package p2;
import p1.SubjectWithSuper;
public class Usage {
public void test() {
SubjectWithSuper sws = new SubjectWithSuper();
}
}