aboutsummaryrefslogblamecommitdiff
path: root/tests/run/t4723.scala
blob: 462d0be43b1549fc1645caf0cc55c13621c6ad60 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                               
object Test {
  def main(args: Array[String]): Unit = {
    assert(Nil == collection.parallel.ParSeq())
    assert(collection.parallel.ParSeq() == Nil)
  }
}