Skip to content

Commit

Permalink
wip comment
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jan 8, 2025
1 parent b2f5e3a commit 858efc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3612,7 +3612,7 @@ private void pushNewExpression(SourceInfo info, AllocationExpression x, Expressi
// Synthetic locals for local classes
if (targetBinding.syntheticOuterLocalVariables() != null) {
for (SyntheticArgumentBinding arg : targetBinding.syntheticOuterLocalVariables()) {
LocalVariableBinding targetVariable = arg.actualOuterLocalVariable;
LocalVariableBinding targetVariable = arg.actualOuterLocalVariable;// this may be wrong too
VariableBinding[] path = scope.getEmulationPath(targetVariable);
assert path.length == 1;
if (curMethod.scope.isInsideInitializer()
Expand Down

0 comments on commit 858efc9

Please sign in to comment.