Update of /cvsroot/nice/Nice/regtest/java/J
In directory sc8-pr-cvs1:/tmp/cvs-serv1807/regtest/java/J
Modified Files:
J.java
Log Message:
Made Object a super-type of every monotype.
Index: J.java
===================================================================
RCS file: /cvsroot/nice/Nice/regtest/java/J/J.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** J.java 28 Nov 2003 14:01:30 -0000 1.1
--- J.java 3 Dec 2003 21:50:41 -0000 1.2
***************
*** 2,5 ****
--- 2,7 ----
public class J {
+ Object obj;
+
void jMethod(Other o) {}
}
|