svoid test_tok_quickNewArray() { testTranspilation tok_quickNewArray( [[ A.B[] bla = new[5]; ]], [[ A.B[] bla = new A.B[5]; ]], [[ A<B>[] bla = new[5]; ]], [[ A<B>[] bla = new A<B>[5]; ]], ); }
Began life as a copy of #1034286
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1034380 |
Snippet name: | test_tok_quickNewArray |
Eternal ID of this version: | #1034380/1 |
Text MD5: | ea596a818c5f7c5e11500e9100f9986a |
Author: | stefan |
Category: | javax / transpiling |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-02-04 16:23:23 |
Source code size: | 222 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 136 / 169 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |