-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Originally reported in sbt/sbt#6780 by @jhnaldo
Compiler version
3.1.0
Minimized code
$ scala3-repl -print-lines
Welcome to Scala 3.1.0 (1.8.0_275, Java OpenJDK 64-Bit Server VM).
Type in expressions for evaluation. Or try :help.
scala> val hello = 42
|val hello: Int = 42
scala>hel<TAB>
Tab completion does not work.
Expectation
Tab completion should work when -print-lines
is turned on.