Skip to content

Commit

Permalink
🦄 refactor: Redesign ast 44
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Dec 9, 2024
1 parent 4b4fb90 commit 75d0e88
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ public Ts2JavaAstBinExprLogical setLabelTrue(Label labelTrue) {
return this;
}

public void switchLabel() {
public Ts2JavaAstBinExprLogical switchLabel() {
labelSwitched = !labelSwitched;
return this;
}
}

0 comments on commit 75d0e88

Please sign in to comment.