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