1 | static void assertStartsWith(L a, L b) { |
2 | if (!startsWith(a, b)) |
3 | fail(a + " does not start with " + b); |
4 | } |
5 | |
6 | static void assertStartsWith(S a, S b) { |
7 | if (!startsWith(a, b)) |
8 | fail(quote(a) + " does not start with " + quote(b)); |
9 | } |
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: | #1003362 |
Snippet name: | assertStartsWith |
Eternal ID of this version: | #1003362/3 |
Text MD5: | 60653add6466fe9d03f9c322027793fd |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-02 09:28:45 |
Source code size: | 244 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 769 / 774 |
Version history: | 2 change(s) |
Referenced in: | [show references] |