Has anyone seen this problem? Start the scala REPL and
scala> :paste
// Entering paste mode (ctrl-D to finish)
val x = 5
ctrl-D does not cause REPL to finish paste mode.
Has anyone seen this problem? Start the scala REPL and
scala> :paste
// Entering paste mode (ctrl-D to finish)
val x = 5
ctrl-D does not cause REPL to finish paste mode.
Just insert a new line (ENTER) after u paste then hit CTRL-D. Spent a half an hour to figure this out
© 2022 - 2024 — McMap. All rights reserved.