Commit d491de0
Fix completions for Quotes (scala#23619)
Some denotation were not collected because they were
`UniqueRefDenotation` and we matched for `SymDenotation`
[Cherry-picked 74f78a1]1 parent 2f5ac7b commit d491de0
File tree
2 files changed
+16
-2
lines changed- compiler/src/dotty/tools/dotc/interactive
- presentation-compiler/test/dotty/tools/pc/tests/completion
2 files changed
+16
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
591 | | - | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
592 | 593 | | |
593 | 594 | | |
594 | 595 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2228 | 2228 | | |
2229 | 2229 | | |
2230 | 2230 | | |
| 2231 | + | |
| 2232 | + | |
| 2233 | + | |
| 2234 | + | |
| 2235 | + | |
| 2236 | + | |
| 2237 | + | |
| 2238 | + | |
| 2239 | + | |
| 2240 | + | |
| 2241 | + | |
| 2242 | + | |
| 2243 | + | |
0 commit comments