📄 bug960.check
字号:
bug960.scala:18: error: ambiguous reference to overloaded definition,both method unapply in object List of type [a](List[a])Option[Null]and method unapply in object List of type [a](List[a])Option[(a, List[a])]match argument types (List[a]) case List(x, xs) => 7 ^bug960.scala:12: error: method unapply is defined twice def unapply[a](xs: List[a]): Option[Null] = xs match { ^two errors found
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -