Fix compile error
This commit is contained in:
@ -52,7 +52,6 @@ public class LocalScope extends AbstractJavaScope {
|
||||
if (occurrence.isThisOrSuper() || occurrence.isMethodOrConstructorInvocation()) {
|
||||
return Collections.emptySet();
|
||||
}
|
||||
Set<NameDeclaration> result = new HashSet<>();
|
||||
DeclarationFinderFunction finder = new DeclarationFinderFunction(occurrence);
|
||||
Applier.apply(finder, getVariableDeclarations().keySet().iterator());
|
||||
if (finder.getDecl() != null) {
|
||||
|
Reference in New Issue
Block a user