Transpiled version (10255L) is out of date.
1 | svoid test_SynchronizedFloatBufferPresentingAsDoubles() { |
2 | new SynchronizedFloatBufferPresentingAsDoubles buf; |
3 | buf.add(3); |
4 | buf.insertAt(0, new double[] { 5 }); |
5 | assertEqualsVerbose(ll(5.0, 3.0), buf.toList()); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1036507 |
Snippet name: | test_SynchronizedFloatBufferPresentingAsDoubles (OK) |
Eternal ID of this version: | #1036507/3 |
Text MD5: | 4636fea86daecd985a5c44ebc5679192 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2023-01-17 22:44:21 |
Source code size: | 222 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 149 / 210 |
Version history: | 2 change(s) |
Referenced in: | [show references] |