// fixed in trunk scala> def foo { Nil.map(identity) } def foo { Nil.map(identity) } def foo { Nil.map(identity) } :4: error: could not find implicit value for parameter bf:scala.collection.generic.BuilderFactory[Nothing,Unit,List[Nothing]]. def foo { Nil.map(identity) }