[Nice-commit] Nice/regtest/java object.nice,NONE,1.1
Brought to you by:
bonniot
From: <bo...@us...> - 2003-12-03 21:50:45
|
Update of /cvsroot/nice/Nice/regtest/java In directory sc8-pr-cvs1:/tmp/cvs-serv1807/regtest/java Added Files: object.nice Log Message: Made Object a super-type of every monotype. --- NEW FILE: object.nice --- package regtest.java; void testObject(regtest.java.J.J j) { ?Object o = j.obj; } |