aboutsummaryrefslogtreecommitdiff
path: root/src/test/test3/Constructor2.java
blob: bfc7cf2736cf77ee809d287ce33fa0f218fe06d3 (plain)
1
2
3
4
5
6
7
package test3;

public class Constructor2 extends SuperConsturctor {
    static String str = null;
    int i = 0;
    public Constructor2() {}
}