aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/naming-resolution/callsite.scala
blob: b6f2000c99b6f6d48b49551801bc23df898b8397 (plain) (blame)
1
2
3
4
5
6
7
package naming.resolution

import java.nio.file._ // Imports `Files`

object Resolution {
  def gimmeFiles: Files = Files.list(Paths.get("."))
}