mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-25 03:17:36 +07:00
0e1dd4d61b
GitOrigin-RevId: e7fea4d4b8c11d584d53bdf9450d4a29cfb19f6b
9 lines
193 B
Java
9 lines
193 B
Java
// "Create class 'MyCollection'" "true-preview"
|
|
public class Test {
|
|
public static void main() {
|
|
Collection[] cc = new MyCollection[10];
|
|
}
|
|
}
|
|
|
|
public class <caret>MyCollection {
|
|
} |