Skip to content

Commit 579e14b

Browse files
committed
Fix: use the value not the eta-expanded method!
Another win for Show/Shown over Any.
1 parent 480eb03 commit 579e14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/interactive/Completion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ object Completion {
161161
| prefix = ${completer.prefix},
162162
| term = ${completer.mode.is(Mode.Term)},
163163
| type = ${completer.mode.is(Mode.Type)}
164-
| results = $backtickCompletions%, %""")
164+
| results = $backtickedCompletions%, %""")
165165
(offset, backtickedCompletions)
166166
}
167167

0 commit comments

Comments
 (0)