3fbd3d7e20
This commit sets a list of `KtElement` as the return type of `ShortenCommand::invokeShortening()`. It allows us to take the result i.e., shortened PSIs. This can be used, for example, when we want to run code-format only on the shortened PSI after running the reference shortener. ^KT-57636 Fixed