We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcae59 commit 1aecd2fCopy full SHA for 1aecd2f
tests/neg/i1907.scala
@@ -3,5 +3,5 @@ import java.io.File
3
object Test {
4
Some(new File("."))
5
.map(_.listFiles).getOrElse(Array.empty) // error: undetermined ClassTag
6
- .map(_.listFiles) // error: missing parameter type
+ .map(_.listFiles)
7
}
0 commit comments