svoid test_leftArrowScript() { testFunctionValues(script -> leftArrowVerbose((S) script), [[ def double x { Math multiplyExact x 2 } double 10 ]], 20, [[ new Pair "hello" "world" ]], pair("hello", "world"), ); }