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