DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / run / t4723.scala
123456789
object Test { def main(args: Array[String]) { assert(Nil == collection.parallel.ParSeq()) assert(collection.parallel.ParSeq() == Nil) } }