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

6
LINES

< > BotCompany Repo | #1024091 // test_isPrimitiveArray

JavaX fragment (include)

svoid test_isPrimitiveArray() {
  testFunctionValues isPrimitiveArray(
    null, false,
    new int[0], true,
    new Int[0], false);
}

Author comment

Began life as a copy of #1024090

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024091
Snippet name: test_isPrimitiveArray
Eternal ID of this version: #1024091/3
Text MD5: 95e83655c98964531fa78988d7ab7bfb
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-20 15:36:18
Source code size: 140 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 126 / 166
Version history: 2 change(s)
Referenced in: [show references]