aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/import-rewrite/compiler.error
blob: 0832d33bb9141fb8ee4b00b48908f4acb20e5f3c (plain) (blame)
1
2
3
4
5
6
$ scalac tests/pending/import-rewrite/*.scala
$ ./bin/dotc tests/pending/import-rewrite/*.scala
tests/pending/import-rewrite/rewrite.scala:5: error: value apply is not a member of java.io.File.type
  Seq("").map(File.apply)
                   ^
one error found