[Analysis API] extract the data from the ShortenCommandImpl to the base class
^KT-58992
This commit is contained in:
committed by
Space Team
parent
fffc921d42
commit
95cf892eec
+2
-2
@@ -14,12 +14,12 @@ internal object ShorteningResultsRenderer {
|
||||
return
|
||||
}
|
||||
|
||||
shortening.getTypesToShorten().forEach { userType ->
|
||||
shortening.typesToShorten.forEach { userType ->
|
||||
userType.element?.text?.let {
|
||||
appendLine("[type] $it")
|
||||
}
|
||||
}
|
||||
shortening.getQualifiersToShorten().forEach { qualifier ->
|
||||
shortening.qualifiersToShorten.forEach { qualifier ->
|
||||
qualifier.element?.text?.let {
|
||||
appendLine("[qualifier] $it")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user