blob: 6c60f29090936c1a027f8c1dacd99c0a2104addb [file] [log] [blame]
import java.util.*;
class Sample {
public static List getList() {return null;}
List<Integer> list = new ArrayList<>(getList());
}