constrs.check
来自「JAVA 语言的函数式编程扩展」· CHECK 代码 · 共 19 行
CHECK
19 行
constrs.scala:6: error: type T is not a member of object test def this(y: int)(z: int)(t: this.T) = { this(this.u + y + z); Console.println(x) } ^constrs.scala:6: error: value u is not a member of object test def this(y: int)(z: int)(t: this.T) = { this(this.u + y + z); Console.println(x) } ^constrs.scala:10: error: called constructor's definition must precede calling constructor's definition def this() = this("abc") ^constrs.scala:12: error: called constructor's definition must precede calling constructor's definition def this(x: boolean) = this(x) ^constrs.scala:16: error: type mismatch; found : Int(1) required: a def this() = this(1) ^5 errors found
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?