📄 pr9577.java
字号:
// Check if a method name is mangled properly in the presence// of an array parameter sharing a part of the type name // with a subsequent parameter.public class PR9577{ private native void sayHello (String[] s, Object o); public static void main (String[] args) { PR9577 x = new PR9577( ); x.sayHello( null, null); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -