Transpiled version (40345L) is out of date.
1 | !include once #1034831 // Gazelle 22 Function Include for Testing |
2 | |
3 | svoid test_leftArrowScript_binaryOperators() {
|
4 | var test = new TestFunctionValues<S, O>(l1 leftArrowVerbose); |
5 | |
6 | test |
7 | .io([[&& true false]], false) |
8 | .io([[&& true true]], true) |
9 | .io([[&& false true]], false) |
10 | .io([[&& false false]], false) |
11 | .io([[&& false (fail)]], false) // test short-cut evaluation |
12 | .runAndClear(); |
13 | } |
Began life as a copy of #1034763
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034915 |
| Snippet name: | test_leftArrowScript_binaryOperators |
| Eternal ID of this version: | #1034915/3 |
| Text MD5: | b1466392df647643903865de232cad42 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-14 21:32:12 |
| Source code size: | 419 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 732 / 928 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |