static A printWithIndent(A o) { ret printIndent(o); } static void printWithIndent(S indent, O o) { printIndent(indent, o); } static void printWithIndent(int indent, O o) { printIndent(indent, o); }