We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51e0017 + bf9a99a commit dab9317Copy full SHA for dab9317
src/main/scala/stdlib/CaseClasses.scala
@@ -128,9 +128,7 @@ object CaseClasses extends FlatSpec with Matchers with org.scalaexercises.defini
128
(d2 == d3) should be(res2)
129
}
130
131
- /** toStringMethodCaseClasses
132
- *
133
- * Case classes have a convenient toString method defined:
+ /** Case classes have a convenient toString method defined:
134
*/
135
def toStringMethodCaseClasses(res0: String) {
136
case class Dog(name: String, breed: String)
0 commit comments