public class Doo implements Intf.Inner<caret> { } interface Intf { int INT_FIELD = 2; interface Inner {} }