Skip to content

Commit

Permalink
fix: valued locals not able to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
jumanji144 committed Jun 17, 2024
1 parent 864e7f1 commit 164e39b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ public Map<Integer, ValuedLocal> getLocals() {

@Override
public void setLocal(int index, ValuedLocal local) {
if (local.type() == AnalysisUtils.NULL)
local = local.adaptType(Types.OBJECT);
locals.put(index, local);
}

Expand Down

0 comments on commit 164e39b

Please sign in to comment.