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 1717979 commit 89ee1f2Copy full SHA for 89ee1f2
library/tests/src/test/scala/japgolly/scalajs/react/core/ReusabilityTest.scala
@@ -145,7 +145,6 @@ object ReusabilityTest extends TestSuite {
145
private class DerivesByRef {
146
class X
147
implicit val x: Reusability[X] = Reusability.never
148
- val _ = x
149
case class Y(x: X)
150
implicit val y: Reusability[Y] = Reusability.derive[Y]
151
val y1 = Y(new X)
0 commit comments