Skip to content

Commit

Permalink
fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Dec 21, 2024
1 parent 553f103 commit 5e7abc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FastExpressionCompiler/FastExpressionCompiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2789,6 +2789,7 @@ public static bool TryEmitParameter(ParameterExpression paramExpr,
il.TryEmitUnboxOf(paramType);
// il.Demit(OpCodes.Br_S, doneLabel);
// il.DmarkLabel(noNestedLambdaYetLabel);
return true; // todo: @wip
}
}
}
Expand Down

0 comments on commit 5e7abc6

Please sign in to comment.