[SLC] SymbolLightMethod: avoid resolve to calculate isOverride
This commit is contained in:
committed by
Space Team
parent
6cea761b6e
commit
2dfa4d37ea
+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