Aladdin - Scala Bugtracking
[#1120] project: api priority: low category: bug
submitter assigned to status date submitted
Nikolay Sean fixed 2007-05-21 08:42:57.0
subject [contrib #511] jcl.ArrayList.toString prints ""
code
import scala.collection.jcl

val l = new jcl.ArrayList[Int]
l + 1

println(l)
what happened
prints "<function>"
what expected should print "[1]"
[back to overview]
Changes of this bug report
Nikolay  edited on  2007-05-21 08:43:38.0
Sean  edited on  2007-05-21 14:31:52.0