Skip to content

Commit

Permalink
Remove todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Feb 8, 2025
1 parent 235772d commit 8495852
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8945,7 +8945,7 @@ protected Source.Value self(TypeList.Generic parameters,
Map<Integer, Integer> offsets,
Target target,
MethodDescription instrumentedMethod) {
return target.isStaticDispatch() // TODO
return target.isStaticDispatch()
? null
: new Source.Value(parameters.get(THIS_REFERENCE), offsets.get(THIS_REFERENCE));
}
Expand Down

0 comments on commit 8495852

Please sign in to comment.