1 2 3 4 5 6 7
package test2; public class Construct { public Construct(int i) {} public Construct() {} static int i = 3; }