Skip to content

Commit 54538e7

Browse files
committed
Revert bad fix proposed by R# :(
1 parent a281d8d commit 54538e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FoundationDB.Linq.Providers/Expressions/FdbQuerySingleExpression.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public string Name
7474
}
7575

7676
/// <summary>Opeartion that is applied to <see cref="Sequence"/> and that returns a single result</summary>
77-
public Expression<Func<IFdbAsyncEnumerable<T>, CancellationToken, Task<R>>> Lambda
77+
public new Expression<Func<IFdbAsyncEnumerable<T>, CancellationToken, Task<R>>> Lambda
7878
{
7979
[NotNull] get;
8080
private set;

0 commit comments

Comments
 (0)