package p; import static p.Outer.Inner; import java.util.*; abstract class Outer implements List { public static class Inner {} }