bug987.check

来自「JAVA 语言的函数式编程扩展」· CHECK 代码 · 共 20 行

CHECK
20
字号
bug987.scala:15: error: illegal inheritance; class E inherits different type instances of trait B:B[D] and B[C]class E extends D      ^bug987.scala:20: error: illegal inheritance; class F inherits different type instances of trait B:B[D] and B[C]class F extends D      ^bug987.scala:25: error: illegal inheritance; class D inherits different type instances of trait B:B[D] and B[C]abstract class D extends C with B[D] {}               ^bug987.scala:25: error: type arguments [D] do not conform to trait B's type parameter bounds [T <: B[T]]abstract class D extends C with B[D] {}                                ^four errors found

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?