Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ public LocalVariable cloneForDepth(int n) {
@Override
public void encode(IRWriterEncoder e) {
super.encode(e);
e.encode(getName());
e.encode(getByteName());
e.encode(getScopeDepth());
// We do not encode location because we rebuild lvars from IRScope when being rebuilt
}

0 comments on commit 6d1577b

Please sign in to comment.