[LC] fix PsiClassRenderer
This commit is contained in:
@@ -18,14 +18,11 @@ public final class A /* A*/ {
|
||||
|
||||
public A();// .ctor()
|
||||
|
||||
|
||||
class Companion ...
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public static final class Companion /* A.Companion*/ {
|
||||
private Companion();// .ctor()
|
||||
|
||||
}
|
||||
|
||||
public abstract interface B /* B*/ {
|
||||
@@ -36,14 +33,11 @@ public abstract interface B /* B*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final B.Companion Companion;
|
||||
|
||||
|
||||
class Companion ...
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public static final class Companion /* B.Companion*/ {
|
||||
private Companion();// .ctor()
|
||||
|
||||
}
|
||||
|
||||
public final class C /* C*/ {
|
||||
@@ -57,5 +51,4 @@ public final class C /* C*/ {
|
||||
public C();// .ctor()
|
||||
|
||||
public C(@org.jetbrains.annotations.NotNull() java.util.Collection<?>, int);// .ctor(java.util.Collection<?>, int)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user