summaryrefslogblamecommitdiff
path: root/test/files/run/t4709.scala
blob: c61a44039788fe08a4a8581dd007a5a4ac73d6c5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                 
import collection.GenSeq


object Test {
  def main(args: Array[String]) {
    val Seq(1, 2) = Stream(1, 2)
  }
}