📄 bug521.check
字号:
bug521.scala:10: error: class PlainFile needs to be abstract, since method path in class AbstractFile of type => String is not definedclass PlainFile(val file : File) extends AbstractFile {} ^bug521.scala:13: error: error overriding value file in class PlainFile of type java.io.File; value file needs `override' modifierfinal class ZipArchive(val file : File, archive : ZipFile) extends PlainFile(file) { ^bug521.scala:13: error: class ZipArchive needs to be abstract, since method path in class AbstractFile of type => String is not definedfinal class ZipArchive(val file : File, archive : ZipFile) extends PlainFile(file) { ^bug521.scala:15: error: error overriding value path in class VirtualFile of type String; method path needs to be an immutable value override def path = ""; ^four errors found
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -