Closed
Description
if you Predef.
and then tab, the completions you're offered include .
:
scala> Predef.
.
And if you tab again, the cursor moves into the completions matrix but you lose the dot you typed
from one point of view you could call this minor, to me it seems both common enough and annoying enough to be considered a blocker, especially since it might have an easy fix (some off-by-one thing?)
the Dotty REPL does the right thing.