Ejemplo n.º 1
0
 protected override IPyStatement VisitPySwitchStatement(PySwitchStatement node)
 {
     return(node.Simplify(this));
 }