summaryrefslogtreecommitdiff
path: root/test/files/neg/t7238.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-03-13 05:13:16 -0700
committerPaul Phillips <paulp@improving.org>2013-03-13 05:13:16 -0700
commit184e0cc126c9499ea7572621663b14c37dba4734 (patch)
tree43832424e3150a4e34b0e5e37fccc4e76c80d4d9 /test/files/neg/t7238.check
parentac51ccdea40dc39fe1ae278e9b9b45d1e7679baf (diff)
parent5f324591a4c4af53f27a64932b843ba1423c37cd (diff)
downloadscala-184e0cc126c9499ea7572621663b14c37dba4734.tar.gz
scala-184e0cc126c9499ea7572621663b14c37dba4734.tar.bz2
scala-184e0cc126c9499ea7572621663b14c37dba4734.zip
Merge pull request #2242 from adriaanm/merge-2.10.x
Merge 2.10.x into master
Diffstat (limited to 'test/files/neg/t7238.check')
-rw-r--r--test/files/neg/t7238.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t7238.check b/test/files/neg/t7238.check
new file mode 100644
index 0000000000..b87f83ff65
--- /dev/null
+++ b/test/files/neg/t7238.check
@@ -0,0 +1,6 @@
+t7238.scala:6: error: type mismatch;
+ found : Seq[Any]
+ required: Seq[String]
+ c.c()(Seq[Any](): _*)
+ ^
+one error found