1 | svoid test_subList_optimization() {
|
2 | L l = ll("a", "b");
|
3 | assertSame(l, subList(l, 0, 2)); |
4 | assertSame(l, subList(l, -1, 3)); |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021958 |
| Snippet name: | test_subList_optimization |
| Eternal ID of this version: | #1021958/2 |
| Text MD5: | 3855913c0f02283fb2d799d54a69fed0 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-04 10:35:05 |
| Source code size: | 134 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 478 / 500 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |