• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package test2;
2 
3 public class Construct {
Construct(int i)4     public Construct(int i) {}
Construct()5     public Construct() {}
6     static int i = 3;
7 }
8