This commit is contained in:
Maxim Medvedev
2011-01-26 10:45:20 +03:00
parent 9838ed07c4
commit 284882ee31
@@ -3,7 +3,7 @@ def List getMethodArguments(def methodCall) {
if (respondsTo(argumentsExpression, 'getExpressions')) {
return [1, 2, 3]
}
[]<end>
[4]<end>
}
-----
def List getMethodArguments(def methodCall) {