Specifying weaker Aux type bound does not cause compile error

前端 未结 0 678
执念已碎
执念已碎 2021-01-14 21:50

Here is an example:

sealed trait Type
object Type {
    case object Type1 extends Type
    case object Type2 extends Type
}

sealed trait TypedTrait {
    typ         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题