📄 pr176.java
字号:
// gcj (20000313) reports "Type `x' not found in the declaration of the// return type of method `getX'."public class pr176{ class A { x getX() { return new x(); } class x {} }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -