summaryrefslogtreecommitdiff
path: root/test/files/neg/t8675b.check
diff options
context:
space:
mode:
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