summaryrefslogblamecommitdiff
path: root/test/files/neg/t6963a.scala
blob: b3366b25574e56115c1e32be2d333edf190083f7 (plain) (tree)
1
2
3
4
5




                                   
object Test {
  import scala.collection.mutable._
  
  List(1,2,3,4,5).scanRight(0)(_+_)
}