blob: 375cbfe33df37e0aece07d0f348e57bad2add6ba [file] [log] [blame]
// "Create Inner Class 'MyArrayList'" "true"
import java.util.*;
public class Test {
public static void main() {
ArrayList list = new <caret>MyArrayList(1, "test");
}
}