blob: 9d25f937591d5026d2ca7bb6f36a8fe01bfc787d [file] [log] [blame]
import java.util.ArrayList;
import java.util.List;
public class MyJavaClass {
{
List l = new ArrayList(239);<caret>
}
}