• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package test3;
2 
3 public class Constructor2 extends SuperConsturctor {
4     static String str = null;
5     int i = 0;
Constructor2()6     public Constructor2() {}
7 }
8