This is a very minor issue.
If we define the following in the REPL
object Foo { val `1 ?` = () }
and we type:
then "1 ?" is suggested as an option.
If we type:
then this autocompletes to
which isn't valid, so ought to complete to
Interestingly,
will suggest all members of Foo correctly, though (for example),
appears to search the global namespace, offering suggestions such as classOf, clone, com and collection.