We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca03378 + 6623c40 commit 3d110dbCopy full SHA for 3d110db
src/library/scala/collection/JavaConverters.scala
@@ -58,7 +58,7 @@ import convert._
58
* vs: java.util.List[String] = [hi, bye]
59
*
60
* scala> val ss = asScalaIterator(vs.iterator)
61
- * ss: Iterator[String] = non-empty iterator
+ * ss: Iterator[String] = <iterator>
62
63
* scala> .toList
64
* res0: List[String] = List(hi, bye)
0 commit comments