R
Size: a a a
R
AV
AV
https://scastie.scala-lang.org/9TGv1f2rSfu9cn55Zq70aQ 😄λ
λ
AV
λ
R
test("localized") {
val a = ExampleHttpResponse(1, None)
val b = ExampleHttpResponse(1, None)
println(a == b) // true
println(a === b) // true
}λ
R
object AbstractHttpClientTest {
case class ExampleHttpResponse(id: Int, text: Option[String])
val exampleResponse = ExampleHttpResponse(1, None)
}XX
XX
M
object AbstractHttpClientTest {
case class ExampleHttpResponse(id: Int, text: Option[String])
val exampleResponse = ExampleHttpResponse(1, None)
}M
object AbstractHttpClientTest {
case class ExampleHttpResponse(id: Int, text: Option[String])
val exampleResponse = ExampleHttpResponse(1, None)
}R
λ
A
A
A
A