mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 11:36:16 +07:00
7 lines
105 B
Java
7 lines
105 B
Java
class Test {
|
|
public static final String xxx = "+5";
|
|
|
|
void foo() {
|
|
String s = "5" + xxx;
|
|
}
|
|
} |