static A printStackTrace_gen(A e) { if (e cast Throwable) printStackTrace(e); else print(e); ret e; }