[SLC] SymbolLightMethod: avoid resolve to calculate isOverride
This commit is contained in:
committed by
Space Team
parent
6cea761b6e
commit
2dfa4d37ea
Vendored
+3
-2
@@ -10,9 +10,10 @@ public final class MyList /* MyList*/ implements java.util.List<java.lang.String
|
||||
}
|
||||
|
||||
public abstract class MySet /* MySet*/<T> implements ASet<T> {
|
||||
public MySet();// .ctor()
|
||||
|
||||
@java.lang.Override()
|
||||
public boolean remove(@org.jetbrains.annotations.NotNull() java.lang.String);// remove(java.lang.String)
|
||||
|
||||
public MySet();// .ctor()
|
||||
}
|
||||
|
||||
public abstract class SmartSet /* SmartSet*/<T> extends kotlin.collections.AbstractMutableSet<T> {
|
||||
|
||||
+3
-2
@@ -9,11 +9,12 @@ public enum Foo /* Foo*/ {
|
||||
public final class InlineInheritance /* InlineInheritance*/ {
|
||||
private final int v;
|
||||
|
||||
@java.lang.Override()
|
||||
public int y();// y()
|
||||
|
||||
public final int getV();// getV()
|
||||
|
||||
public int getX();// getX()
|
||||
|
||||
public int y();// y()
|
||||
}
|
||||
|
||||
public final class InlinedDelegate /* InlinedDelegate*/<T> {
|
||||
|
||||
Reference in New Issue
Block a user