summaryrefslogtreecommitdiff
path: root/test/files/neg/t8675b.check
blob: cb7ac8af59a1e35c2c070a61ac41287d04e205d3 (plain) (blame)
1
2
3
4
5
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