package p; import java.util.List; public class A { public static void main(String[] args) { A a = new A(); List localls = a.ls; } }