summaryrefslogtreecommitdiff
path: root/test/files/pos/t6963c.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t6963c.scala')
-rw-r--r--test/files/pos/t6963c.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t6963c.scala b/test/files/pos/t6963c.scala
index 0b6b5c757f..d3c3616eb2 100644
--- a/test/files/pos/t6963c.scala
+++ b/test/files/pos/t6963c.scala
@@ -9,9 +9,9 @@ object Test {
case _: Array[_] => true
case _ => false
}
-
+
def f4(x: Any) = x.isInstanceOf[Traversable[_]]
-
+
def f5(x1: Any, x2: Any, x3: AnyRef) = (x1, x2, x3) match {
case (Some(_: Seq[_]), Nil, _) => 1
case (None, List(_: List[_], _), _) => 2