aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t2183.scala
blob: 1243568b638f1a570d133ae3f10bc1fd24214d4d (plain) (tree)
1
2
3
4
5




                                                          
import scala.collection.mutable._

object Test {
  val m = new HashSet[String] with SynchronizedSet[String]
}