t0226.check

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

CHECK
11
字号
t0226.scala:5: error: not found: type A1      (implicit _1: Foo[List[A1]], _2: Foo[A2]): Foo[Tuple2[List[A1], A2]] =                                                                 ^t0226.scala:5: error: not found: type A1      (implicit _1: Foo[List[A1]], _2: Foo[A2]): Foo[Tuple2[List[A1], A2]] =                             ^t0226.scala:8: error: no implicit argument matching parameter type Test.this.Foo[((List[Char], Int), (object Nil, Int))] was found.  foo(((List('b'), 3), (Nil, 4)))  ^three errors found

⌨️ 快捷键说明

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