Commit 4241475
committed
Tweak isReferencedSymbolically
The exception previously made for Scala2 innner classes causes the benchmark
library project to fail with in the tree type map FullParameterization when
called from LinkScala2Impl. It's not necessary to make the special case there
because the Scalq2Unpickler will create anyway symbolic references to such
inner classes.1 parent b08b1a9 commit 4241475
File tree
2 files changed
+2
-6
lines changed- compiler/src/dotty/tools/dotc/core
- unpickleScala2
2 files changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
| 451 | + | |
456 | 452 | | |
457 | 453 | | |
458 | 454 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
737 | | - | |
| 737 | + | |
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
| |||
0 commit comments