[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> {
|
||||
|
||||
Reference in New Issue
Block a user