mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
9 lines
175 B
Java
9 lines
175 B
Java
class Test {
|
|
|
|
public void foo(){
|
|
System.out.println(xxx);
|
|
}
|
|
|
|
public static final String const1 = "";
|
|
public static final char xxx = const1.charAt(0);
|
|
} |