Skip to content

case class companion object missing toString #9161

Closed
@antognini

Description

@antognini
// 2.13.2
scala> final case class T(i:Int)
class T

scala> T
val res0: T.type = T

scala> s"I think $T is an important class"
val res1: String = I think T is an important class

// 0.24.0-RC1
scala> final case class T(i:Int)
// defined case class T

scala> T
val res0: T.type = <function1>

// add a possibly missing toString in the companion case object.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions