1 | static void addReturnTypeToStandardFunction(S sfName, S returnType) {
|
2 | S snippetID = stdFunctions_cached().get(sfName); |
3 | if (snippetID == null) fail("Function not found: " + sfName);
|
4 | S text = addReturnTypeToMethod(loadSnippet(snippetID), returnType); |
5 | editSnippetVerbose(snippetID, text); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013473 |
| Snippet name: | addReturnTypeToStandardFunction |
| Eternal ID of this version: | #1013473/1 |
| Text MD5: | 4c4ad78550905ae6232218427b90c084 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-07 13:48:24 |
| Source code size: | 300 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 625 / 669 |
| Referenced in: | [show references] |