Open scabug opened 12 years ago
Imported From: https://issues.scala-lang.org/browse/SI-6529?orig=1 Reporter: @paulp
@paulp said: Also, one could reasonably ask why it infers "*" as a type constructor in the first place. Shouldn't this always be Seq?
This is not an idle interest, because there are a lot of methods like this:
Attempting to move "something" off of Traversable and into an extension method displays bugs like this in stark relief.