1 | static <A> A printWithIndent(A o) {
|
2 | ret printIndent(o); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> A printWithIndent(S indent, A o) {
|
8 | ret printIndent(indent, o); |
9 | } |
10 | |
11 | |
12 | |
13 | static void printWithIndent(int indent, O o) {
|
14 | printIndent(indent, o); |
15 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1017120 |
| Snippet name: | printWithIndent - synonym of printIndent |
| Eternal ID of this version: | #1017120/2 |
| Text MD5: | 23c9a2341bfb9b5d20985561416ea4f2 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-28 10:06:39 |
| Source code size: | 232 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 957 / 979 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |