Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1034380 // test_tok_quickNewArray

JavaX fragment (include)

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]; ]],
  );
}

Author comment

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: 68 / 94
Referenced in: [show references]