We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ecebc commit 92284c6Copy full SHA for 92284c6
Node.d
@@ -70,7 +70,7 @@ class Branch : Node {
70
}
71
override void codegen() {
72
if (left is null) {
73
- throw new Exception("Bad Branch Node");
+ throw new Exception("BAD BRANCH NODE");
74
75
left.codegen();
76
super.codegen();
0 commit comments