// TODO: make work again for IF2 etc static void lambdaMapLike testFunctionValue(IF1 function, A in, B expected) { S what = print(renderFunctionCall(str(function), in)); assertEqualsVerbose(what, expected, function.get(in)); }