mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-07 11:06:58 +07:00
9 lines
71 B
Java
9 lines
71 B
Java
class MyTest {
|
|
|
|
String[] a = new String[]{
|
|
<caret> "a",
|
|
"b"};
|
|
|
|
}
|
|
|