summaryrefslogtreecommitdiff
path: root/test/files/neg/t3015.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-03-19 16:47:51 -0700
committerPaul Phillips <paulp@improving.org>2012-03-19 16:47:51 -0700
commit77d02ade80b40d1d336b4cabecb699947b16afc9 (patch)
tree6c2d2cd656f6c02b1b98626ac7797c96bfd08bc9 /test/files/neg/t3015.check
parentaafcc104b6ebe2fa163fc7a9cbfb742bf5f26d08 (diff)
parent910a701fcc93e0663f0a6a15ac11499beb1ca6a9 (diff)
downloadscala-77d02ade80b40d1d336b4cabecb699947b16afc9.tar.gz
scala-77d02ade80b40d1d336b4cabecb699947b16afc9.tar.bz2
scala-77d02ade80b40d1d336b4cabecb699947b16afc9.zip
Merge remote-tracking branch 'adriaanm/ticket/5189' into develop
Diffstat (limited to 'test/files/neg/t3015.check')
-rw-r--r--test/files/neg/t3015.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3015.check b/test/files/neg/t3015.check
index 53221b7ca0..6948392bb0 100644
--- a/test/files/neg/t3015.check
+++ b/test/files/neg/t3015.check
@@ -1,5 +1,5 @@
t3015.scala:7: error: scrutinee is incompatible with pattern type;
- found : _$1 where type +_$1
+ found : _$1
required: String
val b(foo) = "foo"
^