Libraryless. Click here for Pure Java version (2696L/17K).
1 | svoid test_vstackCompute() {
|
2 | assertNullVerbose(vstackCompute( |
3 | (stack, o) -> stack._return(null)); |
4 | assertEqualsVerbose("hello", vstackCompute(
|
5 | (stack, o) -> stack._return("hello"));
|
6 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030395 |
| Snippet name: | test_vstackCompute |
| Eternal ID of this version: | #1030395/1 |
| Text MD5: | 7fa5f7dd73957255a5d5ccef93999a5d |
| Transpilation MD5: | 52e73c5c7e12f71a0ef809f9021e19fa |
| Author: | stefan |
| Category: | javax / vstack |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-12-11 02:42:03 |
| Source code size: | 199 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 426 / 559 |
| Referenced in: | [show references] |