1 | svoid test_tok_quickNewArray() { |
2 | testTranspilation tok_quickNewArray( |
3 | [[ A.B[] bla = new[5]; ]], |
4 | [[ A.B[] bla = new A.B[5]; ]], |
5 | [[ A<B>[] bla = new[5]; ]], |
6 | [[ A<B>[] bla = new A<B>[5]; ]], |
7 | ); |
8 | } |
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: | 137 / 170 |
Referenced in: | [show references] |