Commit b1fb67c
committed
Fix auto-untupling for generic tuple types
This makes the behaviour of auto-untupling consistent between the usual and
generic tuples.
Related to scala#236021 parent 53bea78 commit b1fb67c
File tree
2 files changed
+9
-1
lines changed- compiler/src/dotty/tools/dotc/typer
- tests/pos
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments