[LC] fix PsiClassRenderer
This commit is contained in:
+10
-11
@@ -10,17 +10,16 @@ public final class C /* test.C*/ {
|
||||
|
||||
public final void g();// g()
|
||||
|
||||
@test.AllOpen()
|
||||
public static final class H /* test.C.H*/ {
|
||||
public H();// .ctor()
|
||||
|
||||
public final void j();// j()
|
||||
}
|
||||
|
||||
@test.AllOpen()
|
||||
public static final class H /* test.C.H*/ {
|
||||
public H();// .ctor()
|
||||
public static final class D /* test.C.D*/ {
|
||||
public D();// .ctor()
|
||||
|
||||
public final void j();// j()
|
||||
|
||||
}public static final class D /* test.C.D*/ {
|
||||
public D();// .ctor()
|
||||
|
||||
public final void z();// z()
|
||||
|
||||
}}
|
||||
public final void z();// z()
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+10
-11
@@ -10,17 +10,16 @@ public class C /* test.C*/ {
|
||||
|
||||
public void g();// g()
|
||||
|
||||
@test.AllOpen()
|
||||
public static class H /* test.C.H*/ {
|
||||
public H();// .ctor()
|
||||
|
||||
public void j();// j()
|
||||
}
|
||||
|
||||
@test.AllOpen()
|
||||
public static class H /* test.C.H*/ {
|
||||
public H();// .ctor()
|
||||
public static final class D /* test.C.D*/ {
|
||||
public D();// .ctor()
|
||||
|
||||
public void j();// j()
|
||||
|
||||
}public static final class D /* test.C.D*/ {
|
||||
public D();// .ctor()
|
||||
|
||||
public final void z();// z()
|
||||
|
||||
}}
|
||||
public final void z();// z()
|
||||
}
|
||||
}
|
||||
|
||||
+29
-30
@@ -1,46 +1,45 @@
|
||||
public final class Container /* p1.Container*/ {
|
||||
public Container();// .ctor()
|
||||
|
||||
public static final class MyNumber /* p1.Container.MyNumber*/ extends java.lang.Number {
|
||||
@java.lang.Override()
|
||||
public byte toByte();// toByte()
|
||||
|
||||
@java.lang.Override()
|
||||
public char toChar();// toChar()
|
||||
|
||||
public static final class MyNumber /* p1.Container.MyNumber*/ extends java.lang.Number {
|
||||
@java.lang.Override()
|
||||
public byte toByte();// toByte()
|
||||
@java.lang.Override()
|
||||
public double toDouble();// toDouble()
|
||||
|
||||
@java.lang.Override()
|
||||
public char toChar();// toChar()
|
||||
@java.lang.Override()
|
||||
public float toFloat();// toFloat()
|
||||
|
||||
@java.lang.Override()
|
||||
public double toDouble();// toDouble()
|
||||
@java.lang.Override()
|
||||
public int toInt();// toInt()
|
||||
|
||||
@java.lang.Override()
|
||||
public float toFloat();// toFloat()
|
||||
@java.lang.Override()
|
||||
public long toLong();// toLong()
|
||||
|
||||
@java.lang.Override()
|
||||
public int toInt();// toInt()
|
||||
@java.lang.Override()
|
||||
public short toShort();// toShort()
|
||||
|
||||
@java.lang.Override()
|
||||
public long toLong();// toLong()
|
||||
public MyNumber();// .ctor()
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public short toShort();// toShort()
|
||||
public static final class MyString /* p1.Container.MyString*/ implements java.lang.CharSequence {
|
||||
@java.lang.Override()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.CharSequence subSequence(int, int);// subSequence(int, int)
|
||||
|
||||
public MyNumber();// .ctor()
|
||||
@java.lang.Override()
|
||||
public char get(int);// get(int)
|
||||
|
||||
}public static final class MyString /* p1.Container.MyString*/ implements java.lang.CharSequence {
|
||||
@java.lang.Override()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.CharSequence subSequence(int, int);// subSequence(int, int)
|
||||
public MyString();// .ctor()
|
||||
|
||||
@java.lang.Override()
|
||||
public char get(int);// get(int)
|
||||
public error.NonExistentClass chars();// chars()
|
||||
|
||||
public MyString();// .ctor()
|
||||
public error.NonExistentClass codePoints();// codePoints()
|
||||
|
||||
public error.NonExistentClass chars();// chars()
|
||||
|
||||
public error.NonExistentClass codePoints();// codePoints()
|
||||
|
||||
public int getLength();// getLength()
|
||||
|
||||
}}
|
||||
public int getLength();// getLength()
|
||||
}
|
||||
}
|
||||
|
||||
+20
-22
@@ -1,38 +1,36 @@
|
||||
public final class Container /* p1.Container*/ {
|
||||
public Container();// .ctor()
|
||||
|
||||
public static final class MyNumber /* p1.Container.MyNumber*/ extends java.lang.Number {
|
||||
public MyNumber();// .ctor()
|
||||
|
||||
public byte toByte();// toByte()
|
||||
|
||||
public static final class MyNumber /* p1.Container.MyNumber*/ extends java.lang.Number {
|
||||
public MyNumber();// .ctor()
|
||||
public char toChar();// toChar()
|
||||
|
||||
public byte toByte();// toByte()
|
||||
public double toDouble();// toDouble()
|
||||
|
||||
public char toChar();// toChar()
|
||||
public float toFloat();// toFloat()
|
||||
|
||||
public double toDouble();// toDouble()
|
||||
public int toInt();// toInt()
|
||||
|
||||
public float toFloat();// toFloat()
|
||||
public long toLong();// toLong()
|
||||
|
||||
public int toInt();// toInt()
|
||||
public short toShort();// toShort()
|
||||
}
|
||||
|
||||
public long toLong();// toLong()
|
||||
public static final class MyString /* p1.Container.MyString*/ implements java.lang.CharSequence {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.CharSequence subSequence(int, int);// subSequence(int, int)
|
||||
|
||||
public short toShort();// toShort()
|
||||
public MyString();// .ctor()
|
||||
|
||||
}public static final class MyString /* p1.Container.MyString*/ implements java.lang.CharSequence {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.CharSequence subSequence(int, int);// subSequence(int, int)
|
||||
public char get(int);// get(int)
|
||||
|
||||
public MyString();// .ctor()
|
||||
public error.NonExistentClass chars();// chars()
|
||||
|
||||
public char get(int);// get(int)
|
||||
|
||||
public error.NonExistentClass chars();// chars()
|
||||
|
||||
public error.NonExistentClass codePoints();// codePoints()
|
||||
|
||||
public int getLength();// getLength()
|
||||
|
||||
}}
|
||||
public error.NonExistentClass codePoints();// codePoints()
|
||||
|
||||
public int getLength();// getLength()
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -3,5 +3,4 @@ public final class TypeHierarchyMap /* p1.TypeHierarchyMap*/<TValue> implements
|
||||
public boolean containsKey(@org.jetbrains.annotations.NotNull() java.lang.Class<?>);// containsKey(java.lang.Class<?>)
|
||||
|
||||
public TypeHierarchyMap();// .ctor()
|
||||
|
||||
}
|
||||
|
||||
Vendored
+1
-2
@@ -2,5 +2,4 @@ public final class TypeHierarchyMap /* p1.TypeHierarchyMap*/<TValue> implements
|
||||
public TypeHierarchyMap();// .ctor()
|
||||
|
||||
public boolean containsKey(@org.jetbrains.annotations.NotNull() java.lang.Class<?>);// containsKey(java.lang.Class<?>)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+10
-11
@@ -33,16 +33,15 @@ public final class SmartSet /* SmartSet*/<T> extends kotlin.collections.Abstrac
|
||||
|
||||
public void setSize(int);// setSize(int)
|
||||
|
||||
public static final class Companion /* SmartSet.Companion*/ {
|
||||
@kotlin.jvm.JvmStatic()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final <T> SmartSet<T> create();// <T> create()
|
||||
|
||||
public static final class Companion /* SmartSet.Companion*/ {
|
||||
@kotlin.jvm.JvmStatic()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final <T> SmartSet<T> create();// <T> create()
|
||||
@kotlin.jvm.JvmStatic()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final <T> SmartSet<T> create(@org.jetbrains.annotations.NotNull() java.util.Collection<? extends T>);// <T> create(java.util.Collection<? extends T>)
|
||||
|
||||
@kotlin.jvm.JvmStatic()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final <T> SmartSet<T> create(@org.jetbrains.annotations.NotNull() java.util.Collection<? extends T>);// <T> create(java.util.Collection<? extends T>)
|
||||
|
||||
private Companion();// .ctor()
|
||||
|
||||
}}
|
||||
private Companion();// .ctor()
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+10
-11
@@ -30,16 +30,15 @@ public final class SmartSet /* SmartSet*/<T> extends kotlin.collections.Abstrac
|
||||
|
||||
public void setSize(int);// setSize(int)
|
||||
|
||||
public static final class Companion /* SmartSet.Companion*/ {
|
||||
@kotlin.jvm.JvmStatic()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final <T> SmartSet<T> create();// <T> create()
|
||||
|
||||
public static final class Companion /* SmartSet.Companion*/ {
|
||||
@kotlin.jvm.JvmStatic()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final <T> SmartSet<T> create();// <T> create()
|
||||
@kotlin.jvm.JvmStatic()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final <T> SmartSet<T> create(@org.jetbrains.annotations.NotNull() java.util.Collection<? extends T>);// <T> create(java.util.Collection<? extends T>)
|
||||
|
||||
@kotlin.jvm.JvmStatic()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final <T> SmartSet<T> create(@org.jetbrains.annotations.NotNull() java.util.Collection<? extends T>);// <T> create(java.util.Collection<? extends T>)
|
||||
|
||||
private Companion();// .ctor()
|
||||
|
||||
}}
|
||||
private Companion();// .ctor()
|
||||
}
|
||||
}
|
||||
|
||||
-1
@@ -5,5 +5,4 @@ public final class Inheritor /* p.Inheritor*/ implements p.I, p.I2 {
|
||||
public Inheritor();// .ctor()
|
||||
|
||||
public final void f();// f()
|
||||
|
||||
}
|
||||
|
||||
-1
@@ -4,5 +4,4 @@ public final class Inheritor /* p.Inheritor*/ implements p.I, p.I2 {
|
||||
public final void f();// f()
|
||||
|
||||
public void g();// g()
|
||||
|
||||
}
|
||||
|
||||
-1
@@ -12,5 +12,4 @@ public final class Inheritor /* p.Inheritor*/ implements p.I, p.I2 {
|
||||
public final void f();// f()
|
||||
|
||||
public void g();// g()
|
||||
|
||||
}
|
||||
|
||||
-1
@@ -4,5 +4,4 @@ public final class C /* p.C*/ {
|
||||
public int af();// af()
|
||||
|
||||
public int getAp();// getAp()
|
||||
|
||||
}
|
||||
|
||||
Vendored
+1
-2
@@ -4,5 +4,4 @@ public final class C /* p.C*/ extends p.A {
|
||||
public int af$light_idea_test_case();// af$light_idea_test_case()
|
||||
|
||||
public int getAp$light_idea_test_case();// getAp$light_idea_test_case()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -8,5 +8,4 @@ public final class C /* p.C*/ {
|
||||
public int getAp();// getAp()
|
||||
|
||||
public int getIp();// getIp()
|
||||
|
||||
}
|
||||
|
||||
Vendored
+1
-2
@@ -10,5 +10,4 @@ public final class C /* p.C*/ extends p.A implements p.I {
|
||||
public int getAp$light_idea_test_case();// getAp$light_idea_test_case()
|
||||
|
||||
public int getIp$light_idea_test_case();// getIp$light_idea_test_case()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
-1
@@ -4,5 +4,4 @@ public final class C /* p.C*/ {
|
||||
public int af();// af()
|
||||
|
||||
public int getAp();// getAp()
|
||||
|
||||
}
|
||||
|
||||
Vendored
+1
-2
@@ -4,5 +4,4 @@ public final class C /* p.C*/ extends p.A {
|
||||
protected int getAp();// getAp()
|
||||
|
||||
public C();// .ctor()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user