blob: 2ee20246b298cde7193dd1ab9103a0538a7d6534 [file] [log] [blame]
// "Create Class 'MyCollection'" "true"
public class Test {
public static void main() {
Collection[] cc = new MyCollection[10];
}
}
<caret>public class MyCollection {
}