mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 06:44:20 +07:00
GitOrigin-RevId: 29a477bf9a7b726ef2d56c7e0ad7f82c8621d8b7
5 lines
108 B
Java
5 lines
108 B
Java
class Scratch {
|
|
public static void main(String[] args) {
|
|
String[][] foo = {{"a", "b", "c"<caret>
|
|
}
|
|
} |