Merging 7971:887db7d64bc9 with 7970:21b063622472.
[cacao.git] / tests / C.java
index dce5b92d9813c1bc494abf7d01e7f23e80e6b5c8..fd982e743326d6e0c6703f3d82f638a0ab44f7cf 100644 (file)
@@ -1,7 +1,9 @@
 class C extends A {
 static int cx = 1;
+
 void m1( ) {ax = 100; cx=1;
 }
+
 public static void main(String[] s) {
   A a;
   B b = new B();