Say we have the following two traits:
trait Foo[A] { def howMany(xs: List[A]) = xs.size }
trait Bar
And an implicit conversion from the second
This seems like a bug so my answers are:
PS. In 2.8.1 your workaround of adding the dummy method to Bar doesn't make it compile.