mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Bug fix: IDEA does not resolve variables in groovy file if groovy file has a context.
This commit is contained in:
@@ -122,6 +122,7 @@ public class GroovyFileImpl extends GroovyFileBaseImpl implements GroovyFile {
|
||||
PsiElement lastParent,
|
||||
@NotNull PsiElement place) {
|
||||
if (myContext != null) {
|
||||
if (!processChildrenScopes(processor, state, lastParent, place)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user