Ver código fonte

huh

svn path=/trunk/mcs/; revision=96245
Jb Evain 18 anos atrás
pai
commit
d0403959a8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      mcs/class/System.Core/System.Linq/Queryable.cs

+ 1 - 1
mcs/class/System.Core/System.Linq/Queryable.cs

@@ -1552,7 +1552,7 @@ namespace System.Linq {
 					MakeGeneric (MethodBase.GetCurrentMethod (), typeof (TSource)),
 					source1.Expression,
 					Expression.Constant (source2),
-					Expression.Constant (comparer))); throw new NotImplementedException ();
+					Expression.Constant (comparer)));
 		}