aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t6208.scala
blob: dac571346dbefa952ee0d51dab675618d04fcfe1 (plain) (tree)
1
2
3
4



                                                                      
object Test {
  val col = collection.mutable.Queue(1,2,3)
  val WORK: collection.mutable.Queue[Int] = col filterNot (_ % 2 == 0)
}