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.
1 parent 32ebbd3 commit bf9a99aCopy full SHA for bf9a99a
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