blob: 7ef6d37fefb90221b72049dc111aeeca4074dfa8 [file] [log] [blame]
// "Create Class 'MyCollection'" "true"
import java.util.*;
public class Test {
public static void main() {
Collection c = new <caret>MyCollection(1, "test");
}
}