import java.util.ArrayList; import java.util.List; public class Kt31848 { void test(){ List list = new ArrayList(); } }