static A printStruct(S prefix, A a) { printStructure(prefix, a); ret a; } static A printStruct(A a) { printStructure(a); ret a; }