amanda.hinchman-dominguez
fun <K : KtElement> replace( replacing: PsiElement, newDeclarations: List<Scope<KtElement>> ): Transform<K> = Replace(replacing, newDeclarations)