[Nice-commit] Nice/src/bossa/syntax dispatchTest.nice,1.7,1.8
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-02-28 14:10:58
|
Update of /cvsroot/nice/Nice/src/bossa/syntax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18203/src/bossa/syntax Modified Files: dispatchTest.nice Log Message: Make use of the new getClassType(NiceClass) method. Index: dispatchTest.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/syntax/dispatchTest.nice,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** dispatchTest.nice 14 Jan 2005 22:47:11 -0000 1.7 --- dispatchTest.nice 28 Feb 2005 14:10:44 -0000 1.8 *************** *** 244,248 **** let NiceClass nc = cast(def.getImplementation()); ! return nc.getClassExp().getClassType(); } --- 244,248 ---- let NiceClass nc = cast(def.getImplementation()); ! return nc.getClassType(); } |