// last element of inAndExpected is expected result svoid mapLike testFunctionValueIC(O function, O... inAndExpected) { S expected = cast last(inAndExpected); O[] in = dropLast(inAndExpected); assertEqualsVerboseIC(renderFunctionCall(str(function), in), expected, (S) callF(function, in)); }