Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Nov 29, 2024
1 parent 6e66dad commit c62fe0f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ public CGNode findOrCreateNode(IMethod method, Context C) throws CancelException
assert !isInitialized;
n = makeNewNode(method, C);

// TODO write test where a method is only invoked from within a lambda to make sure it is
// reachable
IMethod clinit = method.getDeclaringClass().getClassInitializer();
if (clinit != null && getNode(clinit, Everywhere.EVERYWHERE) == null) {
CGNode cln = makeNewNode(clinit, Everywhere.EVERYWHERE);
Expand Down

0 comments on commit c62fe0f

Please sign in to comment.