mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 04:45:20 +07:00
GitOrigin-RevId: e65b83f2e5dacd3ae0a0e74a80fff81c228e2d48
6 lines
123 B
Java
6 lines
123 B
Java
class Scratch {
|
|
public static void main(String[] args) {
|
|
String[][] foo = {{"a", "b", "c"}};
|
|
int bar = 0;
|
|
}
|
|
} |