[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:
committed by
Space Team
parent
95cf892eec
commit
d9cb7b67d4
-2
@@ -127,6 +127,4 @@ public interface ShortenCommand {
|
||||
|
||||
public val isEmpty: Boolean
|
||||
get() = typesToShorten.isEmpty() && qualifiersToShorten.isEmpty()
|
||||
|
||||
public fun invokeShortening(): List<KtElement>
|
||||
}
|
||||
Reference in New Issue
Block a user