Skip to content

print tab indentation in REPL #12545

Closed as not planned
Closed as not planned
@som-snytt

Description

@som-snytt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions