mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 12:34:00 +07:00
GitOrigin-RevId: d83baca2662fb7c124c7bec51bf53d78dc4fb303
6 lines
161 B
Java
6 lines
161 B
Java
class A {
|
|
public void test() {
|
|
String str = "sintellijidearulezzzs";
|
|
String s = "intellijidearulezzz" + str + "sintellijidearulezzz";
|
|
}
|
|
} |