package p; import java.util.List; class A { static class Inner{ void foo(List list) {} } }