Why don't we get a warning that MyNumeric[T] should be miniboxed?
$ cat gh-bug-229.scala
package streams
trait MyNumeric[T]
object LongIsMyNumeric extends MyNumeric[Long]
object IntIsMyNumeric extends MyNumeric[Int]
$ mb-scalac gh-bug-229.scala
@biboudis: This is what you were seening.
Why don't we get a warning that
MyNumeric[T]should be miniboxed?@biboudis: This is what you were seening.