summaryrefslogblamecommitdiff
path: root/test/files/neg/t6666e.scala
blob: 120a5878b2f09ebb1a496cce2767c4489f84e348 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                         
import scala.collection.immutable.TreeMap
import scala.math.Ordering


class Crash(a: Any) {
  def this() =
    this(Nil.collect{case x =>})
}