aboutsummaryrefslogblamecommitdiff
path: root/tests/run/t5937.scala
blob: 8176d5438ea7a4bd780b580431f079bafbaaaf07 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                  
import collection._



object Test extends dotty.runtime.LegacyApp {

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

}