1 | svoid test_structure_longArrays() { |
2 | long[] a = new { 0x1234567812345678L, 0xFEDCFEDC12343213L }; |
3 | |
4 | assertEqualsVerbose([[longarray "1234567812345678fedcfedc12343213"]], struct(a)); |
5 | assertEqualsVerbose(toList(a), toList(restruct(a))); |
6 | } |
Began life as a copy of #1035891
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1036139 |
Snippet name: | test_structure_longArrays |
Eternal ID of this version: | #1036139/4 |
Text MD5: | 49e42e9e8879bf17cb82e6aea53f6cf5 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-09-28 19:20:02 |
Source code size: | 247 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 136 / 150 |
Version history: | 3 change(s) |
Referenced in: | [show references] |