proposal MultiStmt{ case Smthn{ applicable to{ "let <> = <>(); let <> = <>; " } transform to { "const ident2 = () => { let <> = <>(); return <>; }" } } }