test

来自「是一款用JAVA 编写的编译器 具有很强的编译功能」· 代码 · 共 13 行

TXT
13
字号
/* * @test * @bug 1240831 * @summary Certain classes should have been reported as abstract, but *          the compiler failed to detect this.  This comes up when a *          subclass declares a method with the same name as an *          unimplemented, unaccessible method in a superclass.  Even though *          the method has the same name, it does not override. * @author turnidge * * @compile/fail -nowrite one/Parent.java two/Child.java */

⌨️ 快捷键说明

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