Bug fix: IDEA does not resolve variables in groovy file if groovy file has a context.

This commit is contained in:
Sergey Evdokimov
2012-03-02 15:11:27 +04:00
parent ff64029fc4
commit ce3035e742
@@ -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;
}