mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
Merge "[content assist] Fixed bug in context computation (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=458269)"
This commit is contained in:
commit
1a18741b00
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ public class CallHierarchyHelper extends XtextSwitch<Boolean> {
|
|||
if (foundSomething) {
|
||||
this.grammarElement = nextGrammarElement;
|
||||
this.visiting.clear();
|
||||
this.visited.clear();
|
||||
}
|
||||
return Boolean.FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue