You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the following in the new REPL from tag v0.4.0-RC1
scala> scala.Pre<TAB>
Predef$ Predef
scala> scala.Predef$<ENTER>
1|scala.Predef$
|^^^^^^^^^^^^^|value `Predef$` is not a member of scala - did you mean `scala.Predef`?
I expected it to tab complete to Predef without the $ suffix.
The text was updated successfully, but these errors were encountered:
I tried the following in the new REPL from tag v0.4.0-RC1
I expected it to tab complete to
Predef
without the $ suffix.The text was updated successfully, but these errors were encountered: