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 248b9f1 commit af5d911Copy full SHA for af5d911
tests/pos/i23156.scala renamed to tests/neg/i23156.scala
@@ -2,5 +2,5 @@ object Unpack {
2
(1, 2) match {
3
case Unpack(first, _) => first
4
}
5
- def unapply(e: (Int, Int)): Option[T] = ???
+ def unapply(e: (Int, Int)): Option[T] = ??? // error
6
0 commit comments