mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-15 06:06:53 +07:00
9 lines
185 B
Java
9 lines
185 B
Java
// "Create class 'MyCollection'" "true"
|
|
public class Test {
|
|
public static void main() {
|
|
Collection[] cc = new MyCollection[10];
|
|
}
|
|
}
|
|
|
|
public class <caret>MyCollection {
|
|
} |