Skip to content

Commit 3213757

Browse files
committed
Import Enumerable explicitly; was hidden by Delegating
1 parent ffd0602 commit 3213757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/Program.cs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using System.Reflection;
66
using MoreLinq.Experimental;
77
using static Delegating.Delegate;
8+
using Enumerable = System.Linq.Enumerable;
89
using MoreEnumerable = MoreLinq.MoreEnumerable;
910
using OrderByDirection = MoreLinq.OrderByDirection;
1011
using static MoreLinq.Extensions.AcquireExtension;

0 commit comments

Comments
 (0)