When a node of an SPeL expression was a call to a bean referenced
in a method argument, the expression was resolved twice.
The resolved arguments are now specified to MethodValueRef instead
of resolving the arguments again in the constructor
Issue: SPR-11445
@ -1825,6 +1826,39 @@ public class SpelReproTests extends AbstractExpressionTests {
@@ -1825,6 +1826,39 @@ public class SpelReproTests extends AbstractExpressionTests {