On this question
there is a comment to the first answer that reads
but I'd hate for people not to know they can do "io.File("/etc/passwd").slurp" in trunk.
When I try to do that, scala tells me
error: object File is not a member of package io
I have scala 2.9.1-1. Am I doing something wrong?