fix: function inlining without blocks for else statement.
This commit is contained in:
@@ -746,7 +746,7 @@ public class JsToStringGenerationVisitor extends JsVisitor {
|
||||
space();
|
||||
}
|
||||
sourceLocationConsumer.pushSourceInfo(null);
|
||||
accept(elseStatement);
|
||||
accept(materialize(elseStatement));
|
||||
sourceLocationConsumer.popSourceInfo();
|
||||
if (!elseIf) {
|
||||
nestedPop(elseStatement);
|
||||
|
||||
Reference in New Issue
Block a user