Uses 679K of libraries. Click here for Pure Java version (32820L/163K).
1 | !include once #1034831 // Gazelle 22 Function Include for Testing |
2 | |
3 | scope test_leftArrowScript_comma |
4 | |
5 | svoid test_leftArrowScript_comma() {
|
6 | new TestFunctionValues<S, O>(l1 leftArrowVerbose) |
7 | .io([[ new Pair 1 2, a ]], 1) |
8 | |
9 | // dangling comma! |
10 | .io([[ new Pair 1 2, |
11 | a ]], 1) |
12 | .run(); |
13 | |
14 | } |
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: | #1035254 |
| Snippet name: | test_leftArrowScript_comma - experimental comma connector inside of left-leaning brackets (now standard) |
| Eternal ID of this version: | #1035254/4 |
| Text MD5: | 87398e77f85518791633a2374624212a |
| Transpilation MD5: | aec7b6a7f7d0ee78207115afe7226829 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-05-25 00:33:43 |
| Source code size: | 328 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 721 / 881 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |