debugmode: no maybe anymore
[mate.git] / tests / Generics1.java
index 4e3d2620d8b15eb6611e2443e1a2c145847f5792..fa093ca2611da4f32ec1042de1cb9067e2663ee0 100644 (file)
@@ -7,6 +7,7 @@ public class Generics1 implements Cmp<Integer> {
        }
 
        public static Cmp<Integer> sb = new Generics1();
+       public static int lalelu = 0;
 
        public static void main(String []args) {
                Generics1 foo = new Generics1();