Commit 77c1d1e
committed
fix: Emit type apply synthetics
Most of the type apply synthetics have disappeared in
#15877
because, previously we relies on the `Scala2` flag
for filtering out TypeApply synthetics.
However, it was hacky, and the capture checking PR
makes change on how the compiler put the flags to symbols.
As a result, most TypeApply synthetics have disappeared.
this commit revives those disappeared type apply synthetics.1 parent 29e05aa commit 77c1d1e
File tree
2 files changed
+103
-19
lines changed- compiler/src/dotty/tools/dotc/semanticdb
- tests/semanticdb
2 files changed
+103
-19
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments