B类(隐式imp:Int)扩展AC {}
对象C扩展B {
}
错误:无法找到参数imp的隐含值
这就是我要寻找的:如何在类级别为隐式参数提供默认值
scala implicit-parameters
implicit-parameters ×1
scala ×1