Commit 8bd2916
Fix implicit scope liftToAnchors for parameter lower bounds
Related to scala#23672 (comment)
But we were dropping a lower bound in this case.
[Cherry-picked 6732630]1 parent 3100c7e commit 8bd2916
File tree
2 files changed
+13
-1
lines changed- compiler/src/dotty/tools/dotc/typer
- tests/pos
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
793 | | - | |
| 793 | + | |
794 | 794 | | |
795 | 795 | | |
796 | 796 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments