mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 21:15:58 +07:00
4 lines
98 B
Java
4 lines
98 B
Java
class C {
|
|
String uiTest1 = new String("Test1"),
|
|
uiTest2<caret> = new String("Test2");
|
|
} |