Skip to content

Commit af5d911

Browse files
committed
move test to neg
1 parent 248b9f1 commit af5d911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/i23156.scala renamed to tests/neg/i23156.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ object Unpack {
22
(1, 2) match {
33
case Unpack(first, _) => first
44
}
5-
def unapply(e: (Int, Int)): Option[T] = ???
5+
def unapply(e: (Int, Int)): Option[T] = ??? // error
66
}

0 commit comments

Comments
 (0)