| public final class A /* A*/ { |
| public A();// .ctor() |
| |
| public static final class B /* A.B*/ { |
| public B();// .ctor() |
| |
| public static final class I /* A.B.I*/ { |
| @org.jetbrains.annotations.NotNull() |
| public static final A.B.I INSTANCE; |
| |
| private I();// .ctor() |
| } |
| |
| public static final class II /* A.B.II*/ { |
| @org.jetbrains.annotations.NotNull() |
| public static final A.B.II INSTANCE; |
| |
| private II();// .ctor() |
| } |
| } |
| |
| public static final class C /* A.C*/ { |
| @org.jetbrains.annotations.NotNull() |
| public static final A.C INSTANCE; |
| |
| private C();// .ctor() |
| |
| public static final class D /* A.C.D*/ { |
| @org.jetbrains.annotations.NotNull() |
| public static final A.C.D INSTANCE; |
| |
| private D();// .ctor() |
| |
| public static final class G /* A.C.D.G*/ { |
| @org.jetbrains.annotations.NotNull() |
| public static final A.C.D.G INSTANCE; |
| |
| private G();// .ctor() |
| } |
| } |
| } |
| } |