[SLC] SymbolLightMethod: avoid resolve to calculate isOverride

This commit is contained in:
Dmitrii Gridin
2023-01-04 21:32:30 +01:00
committed by Space Team
parent 6cea761b6e
commit 2dfa4d37ea
9 changed files with 28 additions and 16 deletions
@@ -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> {