Skip to content

Commit 52f2e63

Browse files
committed
Fix test
1 parent 7f8f382 commit 52f2e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i1907.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import java.io.File
33
object Test {
44
Some(new File("."))
55
.map(_.listFiles).getOrElse(Array.empty) // error: undetermined ClassTag
6-
.map(_.listFiles) // error: missing parameter type
6+
.map(_.listFiles)
77
}

0 commit comments

Comments
 (0)