summaryrefslogtreecommitdiff
path: root/test/pending/pos/t2185,.scala
blob: c0b63b34a87354ce203ffac248c1767424967ff1 (plain) (blame)
1
2
3
4
// fixed in trunk
scala> def foo { Nil.map(identity) }  def foo { Nil.map(identity) }  def foo { Nil.map(identity) }
<console>:4: error: could not find implicit value for parameter bf:scala.collection.generic.BuilderFactory[Nothing,Unit,List[Nothing]].
       def foo { Nil.map(identity) }