Commit db19cfd
committed
Allow to retract to new column if next token is
This allows a useful pattern for expressing curried function arguments with `:`. E.g.
files.get(fileName).fold:
"not found"
:
f => f.readLine()
Without the change here, the second `:` would have to be on the same column as `files`.:
1 parent a57134e commit db19cfd
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
553 | | - | |
554 | 553 | | |
555 | 554 | | |
556 | 555 | | |
| |||
0 commit comments