Skip to content

Commit be1312a

Browse files
committed
Add original test
1 parent f11cc5e commit be1312a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/pos/i2397.scala

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,11 @@ object Test {
66
foo((new Foo[Int]: Foo[_]))
77
}
88

9+
import java.nio.file._
10+
import java.util.stream.Collectors
11+
12+
object Foo {
13+
Files.walk(Paths.get("")).collect(Collectors.toList[Path])
14+
}
15+
916

0 commit comments

Comments
 (0)