Update of /cvsroot/nice/Nice/testsuite/compiler/methods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18045/F:/nice/testsuite/compiler/methods
Modified Files:
implementations.testsuite
Log Message:
Removed the deprecated 'Any' keyword.
Index: implementations.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/implementations.testsuite,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** implementations.testsuite 7 Aug 2004 12:34:06 -0000 1.16
--- implementations.testsuite 13 Oct 2004 18:28:49 -0000 1.17
***************
*** 100,104 ****
A<T> cons;
}
! <Any T> A<T> j(A<A<T>>);
j(b@B) = new B(cons: j(b.cons));
j(c@C) = new C(cons: j(c.cons));
--- 100,104 ----
A<T> cons;
}
! <T> A<T> j(A<A<T>>);
j(b@B) = new B(cons: j(b.cons));
j(c@C) = new C(cons: j(c.cons));
|