Update of /cvsroot/nice/Nice/testsuite/compiler/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8598/testsuite/compiler/functions
Modified Files:
clotures.testsuite
Log Message:
Properly walk over initial values of class fields.
Index: clotures.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/functions/clotures.testsuite,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** clotures.testsuite 3 Apr 2004 12:23:35 -0000 1.6
--- clotures.testsuite 14 Apr 2004 16:35:35 -0000 1.7
***************
*** 27,31 ****
});
! /// PASS bug
/// Toplevel
let String->String->String foo = String s => String t => s+t;
--- 27,31 ----
});
! /// PASS
/// Toplevel
let String->String->String foo = String s => String t => s+t;
|