pr12374.java

来自「Mac OS X 10.4.9 for x86 Source Code gcc」· Java 代码 · 共 28 行

JAVA
28
字号
public class PR12374 {  /* We weren't coping with field refs on a string constant...  */  Object Foo()  {    return "".CASE_INSENSITIVE_ORDER;  }  /* Special casing access to array.length while analysing syntax is     evil.  Especially when it means we can't cope with a type     called length.  */  class length  {    static final int i = 2;  }  int bar()  {    return length.i;  }  public static void main (String[] argv)  {  }}

⌨️ 快捷键说明

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