Skip to content

Commit

Permalink
C#: Address more review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Nov 7, 2024
1 parent e9c9519 commit 8041f00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ private module Cached {
} or
TCapturedVariableContent(VariableCapture::CapturedVariable v) or
TDelegateCallArgumentContent(int i) {
i = [0 .. max(any(DelegateCall dc).getNumberOfArguments())]
i = [0 .. max(any(DelegateLikeCall dc).getNumberOfArguments()) - 1]
} or
TDelegateCallReturnContent()

Expand Down

0 comments on commit 8041f00

Please sign in to comment.