Commit d03d2f8
authored
Revert "Heal member-select on opaque reference" (#21340)
This reverts commit 4443395.
This reverts the behaviour changing part of #19730, which could make
code that previously compiled, continue to
compile but with a different runtime behaviour. Now, the code in
question is very niche and esoteric, and
effectively exploiting this opaque typing bug. So, we're happy to change
the compiler to make this behaviour
silently change, just not in a patch release.File tree
4 files changed
+1
-50
lines changed- compiler/src/dotty/tools/dotc
- core
- typer
- tests/pos
4 files changed
+1
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1596 | 1596 | | |
1597 | 1597 | | |
1598 | 1598 | | |
1599 | | - | |
| 1599 | + | |
1600 | 1600 | | |
1601 | 1601 | | |
1602 | 1602 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
762 | | - | |
763 | | - | |
764 | | - | |
765 | | - | |
766 | | - | |
767 | | - | |
768 | | - | |
769 | | - | |
770 | | - | |
771 | | - | |
772 | | - | |
773 | 761 | | |
774 | 762 | | |
775 | 763 | | |
| |||
881 | 869 | | |
882 | 870 | | |
883 | 871 | | |
884 | | - | |
885 | 872 | | |
886 | 873 | | |
887 | 874 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments