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











                                                                  
import collection._



object Test extends App {
  
  val list: List[Int] = (immutable.Vector(1, 2, 3) :+ 4)(breakOut)
  
}