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