[SLC] SymbolLightMethod: avoid resolve to calculate isOverride
This commit is contained in:
committed by
Space Team
parent
6cea761b6e
commit
2dfa4d37ea
Vendored
+3
-2
@@ -1,10 +1,11 @@
|
||||
public final class C /* p.C*/ {
|
||||
private final int ip = 5 /* initializer type: int */;
|
||||
|
||||
public C();// .ctor()
|
||||
|
||||
@java.lang.Override()
|
||||
public int af();// af()
|
||||
|
||||
public C();// .ctor()
|
||||
|
||||
public int getAp();// getAp()
|
||||
|
||||
public int getIp();// getIp()
|
||||
|
||||
Reference in New Issue
Block a user