Skip to content

Commit

Permalink
fix fromTasty test
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengyun committed Mar 2, 2018
1 parent 469eaa7 commit 70e8e1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/pos/simpleCaseObject.decompiled
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ package foo {

override def hashCode(): Int = 1045991777
override def toString(): String = "Foo"
override def canEqual(that: Any): Boolean = that.isInstanceOf[foo.Foo]
override def canEqual(that: Any): Boolean =
that.isInstanceOf[foo.Foo @unchecked]
override def productArity: Int = 0
override def productPrefix: String = "Foo"
override def productElement(n: Int): Any =
Expand All @@ -17,4 +18,4 @@ package foo {
}
}
}
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

0 comments on commit 70e8e1e

Please sign in to comment.