summaryrefslogtreecommitdiff
path: root/test/files/neg/t8675b.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-07-18 15:52:31 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-07-18 15:52:31 +0200
commitfd9a7e3816fa60c1643349cfdfe889401bc3a111 (patch)
tree02b0e4d21a3f50e8e514d42732a49bac2607aa94 /test/files/neg/t8675b.check
parente4287f8d6c4ab4aa6384d83b9bd47abd677402b0 (diff)
parentd7c29af13c0a016365bd2c7d11f6690f8ee6ab2d (diff)
downloadscala-fd9a7e3816fa60c1643349cfdfe889401bc3a111.tar.gz
scala-fd9a7e3816fa60c1643349cfdfe889401bc3a111.tar.bz2
scala-fd9a7e3816fa60c1643349cfdfe889401bc3a111.zip
Merge pull request #3877 from retronym/merge/2.11.x-to-2.12.x-20140714
Merge 2.11.x to 2.12.x
Diffstat (limited to 'test/files/neg/t8675b.check')
-rw-r--r--test/files/neg/t8675b.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t8675b.check b/test/files/neg/t8675b.check
new file mode 100644
index 0000000000..cb7ac8af59
--- /dev/null
+++ b/test/files/neg/t8675b.check
@@ -0,0 +1,6 @@
+t8675b.scala:19: error: missing parameter type for expanded function
+The argument types of an anonymous function must be fully known. (SLS 8.5)
+Expected type was: List[Test.Reportable1[?,?]] => Boolean
+ for (path: List[Any] <- (null : Engine1).asRequirement.pathsIncludingSelf.toList) {
+ ^
+one error found