summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2010-06-17 05:35:36 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2010-06-17 05:35:36 +0000
commit58d972039573bbad67e44760d578c32e134be504 (patch)
treefd57743f36a9460d557e9e671f11609fae8245d2 /test/files/neg
parentdf56d4fbe2b71bd768f57c4c808ad4d22f4cafa4 (diff)
downloadscala-58d972039573bbad67e44760d578c32e134be504.tar.gz
scala-58d972039573bbad67e44760d578c32e134be504.tar.bz2
scala-58d972039573bbad67e44760d578c32e134be504.zip
Merged revisions 22334 via svnmerge from
https://lampsvn.epfl.ch/svn-repos/scala/scala/trunk ........ r22334 | extempore | 2010-06-16 23:59:16 +0200 (Wed, 16 Jun 2010) | 4 lines A wholesale reversion of the pattern matcher to r21939, motivated by the appearance of #3578. Closes #3578, reopens #2800, #3050. Review by moors. (I can't keep saying "no review" when every move I make in here seems to break something.) ........
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/array-not-seq.check11
1 files changed, 1 insertions, 10 deletions
diff --git a/test/files/neg/array-not-seq.check b/test/files/neg/array-not-seq.check
index bd72bb4e13..c16ecdad72 100644
--- a/test/files/neg/array-not-seq.check
+++ b/test/files/neg/array-not-seq.check
@@ -1,16 +1,7 @@
array-not-seq.scala:2: error: An Array will no longer match as Seq[_].
def f1(x: Any) = x.isInstanceOf[Seq[_]]
^
-array-not-seq.scala:4: error: An Array will no longer match as Seq[_].
- case _: Seq[_] => true
- ^
error: An Array will no longer match as Seq[_].
-array-not-seq.scala:16: error: An Array will no longer match as Seq[_].
- case (Some(_: Seq[_]), Nil, _) => 1
- ^
error: An Array will no longer match as Seq[_].
-array-not-seq.scala:15: error: An Array will no longer match as Seq[_].
- def f5(x1: Any, x2: Any, x3: AnyRef) = (x1, x2, x3) match {
- ^
error: An Array will no longer match as Seq[_].
-7 errors found
+four errors found