aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test2/Construct.java
blob: 250a55c23ade337d3095e7490be492acd69cbbbe (plain)
1
2
3
4
5
6
7
package test2;

public class Construct {
    public Construct(int i) {}
    public Construct() {}
    static int i = 3;
}