mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 11:07:44 +07:00
GitOrigin-RevId: 5bcd1fb600f5d9a12286147582b4e70726c3835a
6 lines
61 B
Java
6 lines
61 B
Java
class A {
|
|
void test() {
|
|
String s = STR."Hello ";
|
|
}
|
|
}
|