summaryrefslogtreecommitdiff
path: root/test/pending/pos/t2185,.scala
blob: 98e544e5ad53fe3cf6297f2bbdc364331fe961a8 (plain) (blame)
1
2
3
scala> 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) }