更具体的例子:
abstract trait A trait B extends A trait C extends A
如何检查延伸特征A(可以从0到多个)的特征是否在指定的类中混合?
scala traits
scala ×1
traits ×1