Update of /cvsroot/nice/Nice/testsuite/compiler/overloading
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29055/testsuite/compiler/overloading
Modified Files:
java.testsuite
Log Message:
Properly release cloned types when resolving overloading with overlapping
Java methods.
Index: java.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/overloading/java.testsuite,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** java.testsuite 10 Jun 2004 13:40:27 -0000 1.1
--- java.testsuite 29 Jul 2004 18:30:08 -0000 1.2
***************
*** 10,12 ****
--- 10,13 ----
{
o.flush();
+ o.flush();
}
|