summaryrefslogtreecommitdiff
path: root/test/files/pos/imp2.scala
blob: 407b07f3fdced685414d6cf11ef8550a8982b80b (plain) (blame)
1
2
3
4
5
object Test {
  import collection.mutable._  
  import collection.mutable._
  val x = new HashMap
}