summaryrefslogtreecommitdiff
path: root/test/files/pos/t2691.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2691.scala')
-rw-r--r--test/files/pos/t2691.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t2691.scala b/test/files/pos/t2691.scala
index 94012a8177..5f0ddd122f 100644
--- a/test/files/pos/t2691.scala
+++ b/test/files/pos/t2691.scala
@@ -1,5 +1,5 @@
object Breakdown {
- def unapplySeq(x: Int): Some[List[String]] = Some(List("", "there"))
+ def unapplySeq(x: Int): Some[List[String]] = Some(List("", "there"))
}
object Test {
42 match {