mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: ddb42b302f70a8b44aca06fc9c643f009ea1c3da
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
class A {
|
|
void test() {
|
|
Object[] data = new Object[]{new Object()};
|
|
}
|
|
|
|
} |