Merging 7888.
[cacao.git] / tests / D.java
index 298b9cd11fbca8e978da1b9f8101337071c6ee7b..0447487596d4ba2bd0e950504fc1720e13d2b057 100644 (file)
@@ -4,6 +4,7 @@ int ax = 133;
 void m1( ) {ax = ax + 10; 
   // System.out.println("In D.m1: "+ax);
   }
+
 B m3( ) {
 B b = new B();
 b.bx++;