[LC] fix PsiClassRenderer

This commit is contained in:
Dmitrii Gridin
2022-12-22 16:38:49 +01:00
committed by teamcity
parent 86bb9eeebc
commit 2e2e633113
224 changed files with 595 additions and 1143 deletions
@@ -1,43 +1,42 @@
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;
public static final class B /* A.B*/ {
public B();// .ctor()
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 I /* A.B.I*/ {
@org.jetbrains.annotations.NotNull()
public static final A.B.I INSTANCE;
public static final class C /* A.C*/ {
@org.jetbrains.annotations.NotNull()
public static final A.C INSTANCE;
private I();// .ctor()
private C();// .ctor()
}public static final class II /* A.B.II*/ {
@org.jetbrains.annotations.NotNull()
public static final A.B.II INSTANCE;
public static final class D /* A.C.D*/ {
@org.jetbrains.annotations.NotNull()
public static final A.C.D INSTANCE;
private II();// .ctor()
private D();// .ctor()
}}public static final class C /* A.C*/ {
@org.jetbrains.annotations.NotNull()
public static final A.C INSTANCE;
public static final class G /* A.C.D.G*/ {
@org.jetbrains.annotations.NotNull()
public static final A.C.D.G 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()
}}}}
private G();// .ctor()
}
}
}
}