proposal MultiStmt{ pair Smthn{ applicable to{ "let <> = <>(); let <> = 1 + 1; " } transform to { "() => { let <> = <>(); return <>; }" } } }