blob: bfc7cf2736cf77ee809d287ce33fa0f218fe06d3 [file] [log] [blame]
package test3;
public class Constructor2 extends SuperConsturctor {
static String str = null;
int i = 0;
public Constructor2() {}
}