Commit d427397
committed
Update the TastyFormat for matches with sub-cases
There was a discussion between the alternatives of:
- modifying the tasty format, under the assumption that the tasty in question
_should_ only be emitted in an experimental tasty version;
- using an annotation to avoid changes to the tasty format.
This PR implements the 1st option, see #23810 for the second option.1 parent d68dbaf commit d427397
File tree
3 files changed
+4
-3
lines changed- compiler/src/dotty/tools/dotc/core/tasty
- tasty/src/dotty/tools/tasty
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | | - | |
| 593 | + | |
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1551 | 1551 | | |
1552 | 1552 | | |
1553 | 1553 | | |
1554 | | - | |
| 1554 | + | |
1555 | 1555 | | |
1556 | 1556 | | |
1557 | 1557 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| 514 | + | |
514 | 515 | | |
515 | 516 | | |
516 | 517 | | |
| |||
0 commit comments