static Collection printStructLinesIndent(Collection l) { ret pnlStructIndent(l); } static A[] printStructLinesIndent(A[] l) { ret pnlStructIndent(l); } static Map printStructLinesIndent(Map map) { ret pnlStructIndent(map); }