📄 test
字号:
/* * @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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -