summaryrefslogtreecommitdiff
path: root/test/neg/bug72.scala
blob: 94d0b97e2b75fdb502382272e06a300e29a89ffe (plain) (blame)
1
2
3
4
5
6
7
import scala.collection.mutable._;

object Composites {
    def main(args: Array[String]) = {
        val weekDays : Set[String] = Set("Mon", "Tue", "Wed", "Thu", "Fri");
    }
}