Ejemplo n.º 1
0
 public static void main()
 {
     Something.Test.Bar b;
     b = new Something.Test.Bar();
     int[] x;
     x = new int[6];
 }
Ejemplo n.º 2
0
        public void david()
        {
            string s = Something.Test.Bar.rubber;

            this.zelda = (float)6.0;
            this.lisa();
            Something.Test.Bar b = new Something.Test.Bar();
            this.evan = s;
            s         = this.evan;
        }