static void addReturnTypeToStandardFunction(S sfName, S returnType) { S snippetID = stdFunctions_cached().get(sfName); if (snippetID == null) fail("Function not found: " + sfName); S text = addReturnTypeToMethod(loadSnippet(snippetID), returnType); editSnippetVerbose(snippetID, text); }
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: | 402 / 435 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013475 - addReturnTypeToMethod |