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

8
LINES

< > BotCompany Repo | #1030053 // test_isInstanceOfSyntheticClass (OK)

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2616L/17K).

1  
svoid test_isInstanceOfSyntheticClass() {
2  
  testFunctionValues isInstanceOfSyntheticClass(
3  
    (IF1) x -> x, true,
4  
    "bla", false,
5  
    null, false,
6  
    new IF1 { public O get(O o) { ret o; } }, false,
7  
  );
8  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030053
Snippet name: test_isInstanceOfSyntheticClass (OK)
Eternal ID of this version: #1030053/2
Text MD5: bd62a728ec4f09ba0d4d10a5ac3fe040
Transpilation MD5: 31f94529e99a1883e323347dcb9ae20f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-03 10:33:19
Source code size: 216 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 120 / 173
Version history: 1 change(s)
Referenced in: [show references]