Skip to content

REPL doesn't indent caret correctly in error messages #1411

Closed
@kiritsuku

Description

@kiritsuku

The REPL doesn't indent the caret correctly:

scala> val a = List(1)
a: scala.collection.immutable.List[Int] = List(1)
scala> a+1
  ^
a+1
<console>:6: error: type mismatch:
 found   : Int(1)
 required: String

It should point to the 1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions