public class Yttre { private int y; class Inre { private int i; } public static void main(String[] args) { Inre i = new Inre(); } } // class Yttre