class Outer { class Inner { } static Outer.Inner f() { return null; } }