454455456457458459460461462463464
} for (SimpleNode n : node.body) { n.accept(this); } suiteType orelse = node.orelse; endSuiteWithOrElse(orelse); fixAfterNode(node); return null; }