summaryrefslogtreecommitdiff
path: root/test/files/run/transform.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-01-20 20:48:38 +0000
committerPaul Phillips <paulp@improving.org>2011-01-20 20:48:38 +0000
commit5c7ff3ea5faffae7a61b136ffcdd5e0fe25f9050 (patch)
tree86c4207ef40bbe18fa27a3fb452abfa35321e1e8 /test/files/run/transform.scala
parentcb693f9f3a02f95d6cb341269dd15e168c5b929c (diff)
downloadscala-5c7ff3ea5faffae7a61b136ffcdd5e0fe25f9050.tar.gz
scala-5c7ff3ea5faffae7a61b136ffcdd5e0fe25f9050.tar.bz2
scala-5c7ff3ea5faffae7a61b136ffcdd5e0fe25f9050.zip
Made the empty string print as "" in the repl i...
Made the empty string print as "" in the repl instead of as nothing. This after being misled one too many times by a variation of this: scala> List[String]() res1: List[String] = List() scala> List[String]("") res2: List[String] = List() No review.
Diffstat (limited to 'test/files/run/transform.scala')
0 files changed, 0 insertions, 0 deletions