class X { static class Y { } static Y x(Y y) { return null; } { Y y1 = null; X.x(y1); } } }