[svn] r7635: nemerle/trunk/ncc/testsuite/frommcs/gtest-120.n
malekith
svnadmin at nemerle.org
Mon Apr 30 17:15:38 CEST 2007
Log:
We need to know that S is a class to compare it to null.
Author: malekith
Date: Mon Apr 30 17:15:37 2007
New Revision: 7635
Modified:
nemerle/trunk/ncc/testsuite/frommcs/gtest-120.n
Modified: nemerle/trunk/ncc/testsuite/frommcs/gtest-120.n
==============================================================================
--- nemerle/trunk/ncc/testsuite/frommcs/gtest-120.n (original)
+++ nemerle/trunk/ncc/testsuite/frommcs/gtest-120.n Mon Apr 30 17:15:37 2007
@@ -6,7 +6,7 @@
}
public class SequencedHasher [S,W]
- where S : ISequenced[W]
+ where S : class, ISequenced[W]
{
public Equals (mutable i1 : S,mutable i2 : S) : bool
{
More information about the svn
mailing list