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







                         
 
                                                                  
 
 
import collection._



object Test extends App {

  val list: List[Int] = (immutable.Vector(1, 2, 3) :+ 4)(breakOut)

}