[Analysis API] move ShortenCommand.invokeShortening to the IDE repository

as Analysis API should not modify the code

^KT-58992 fixed
This commit is contained in:
Ilya Kirillov
2023-05-31 11:27:16 +02:00
committed by Space Team
parent 95cf892eec
commit d9cb7b67d4
4 changed files with 1 additions and 135 deletions
@@ -127,6 +127,4 @@ public interface ShortenCommand {
public val isEmpty: Boolean
get() = typesToShorten.isEmpty() && qualifiersToShorten.isEmpty()
public fun invokeShortening(): List<KtElement>
}