[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,6 +1,5 @@
public final class UInt /* UInt*/ {
private final int value;
}
public enum Foo /* Foo*/ {
@@ -9,14 +8,12 @@ public enum Foo /* Foo*/ {
private final int x;
public final int getX();// getX()
}
public final class InlinedDelegate /* InlinedDelegate*/<T> {
private T node;
public final T getNode();// getNode()
}
public final class InlineInheritance /* InlineInheritance*/ {
@@ -27,5 +24,4 @@ public final class InlineInheritance /* InlineInheritance*/ {
public int getX();// getX()
public int y();// y()
}