public override bool Visit(
     UnifiedSuperConstrain element, VisitorArgument arg)
 {
     Writer.Write(arg.Decoration.Delimiter ?? " super ");
     element.Type.TryAccept(this, arg);
     return(false);
 }
 public override bool Visit(
     UnifiedSuperConstrain element, VisitorArgument arg)
 {
     Writer.Write(arg.Decoration.Delimiter ?? " super ");
     element.Type.TryAccept(this, arg);
     return false;
 }