don't leak PSI from categoryTransform.gdsl

This commit is contained in:
peter.gromov
2010-09-28 16:30:23 +04:00
parent 5da5395c9e
commit 7545efb456
@@ -23,7 +23,7 @@ contributor(ctype:hasAnnotation("groovy.lang.Category")) {
contributor(ctype:hasAnnotation("groovy.lang.Mixin")) {
def annotations = psiClass?.getAnnotations("groovy.lang.Mixin")
for (a in annotations) {
refs = a.findAttributeValue("value")
def refs = a.findAttributeValue("value")
for (c in refs.asList()) {
delegatesTo c?.bind()
}