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