Closed as not planned
Description
Reproduction steps
scala 2.13.7> 42
val res0: Int = 42
scala 2.13.7> 42 // print
42 // : Int(42)
Problem
scala 2.13.6> 42
val res0: Int = 42
scala 2.13.6> 42 // print
42 // : Int(42)
scala 2.13.6> 42 // print
Nicest of all would be for it to line up with the REPL input text.
Noticed on the forum