From d381516ba41a7fc4d3b1cbee7f3e894e6dab485b Mon Sep 17 00:00:00 2001 From: Ilya Sergey Date: Sun, 13 Sep 2009 20:45:11 +0400 Subject: [PATCH] wrong context return fixed --- .../jetbrains/plugins/groovy/dsl/toplevel/GdslMetaClassProperties.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/groovy/src/org/jetbrains/plugins/groovy/dsl/toplevel/GdslMetaClassProperties.groovy b/plugins/groovy/src/org/jetbrains/plugins/groovy/dsl/toplevel/GdslMetaClassProperties.groovy index 66e4626b48..f4340778dd 100644 --- a/plugins/groovy/src/org/jetbrains/plugins/groovy/dsl/toplevel/GdslMetaClassProperties.groovy +++ b/plugins/groovy/src/org/jetbrains/plugins/groovy/dsl/toplevel/GdslMetaClassProperties.groovy @@ -51,6 +51,7 @@ class GdslMetaClassProperties { Closure context = {Map args -> def ctx = new Context(args) myExecutor.addContext(ctx) + return ctx } /** -- 2.11.4.GIT