class Nested { } void main() { Class x = Nested.class; System.out.println(x); }