Commit 22d2247
Fix implicit scope liftToAnchors for parameter lower bounds
Related to #23672 (comment)
But we were dropping a lower bound in this case.
[Cherry-picked 6732630]1 parent cd43a6e commit 22d2247
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 | |
|---|---|---|---|
| |||
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
835 | | - | |
| 835 | + | |
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
| |||
| 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