sS make_test_tok_akaFunctionNames() { ret indent("testTranspilationFunction tok_akaFunctionNames(", argumentsToJava_indented(concatMap(test_tok_akaFunctionNames_examples(), in -> ll(in, applyTranspilationFunction tok_akaFunctionNames(in)))) + ");"); } static LS test_tok_akaFunctionNames_examples() { ret ll( "void tailCall aka replace(Computable x) { bla(); }", "final void tailCall aka replace(Computable x) { bla(); }", "S tailCall aka replace(Computable x) { ret bla(); }", "void a aka b aka c() { d(); }", "void mapMethodLike a aka b(S s) { c(s); }", ); }