Suggest to replace 'substring' calls by take/drop/dropLast calls when possible

Code review fixes
#KT-10196 Fixed
This commit is contained in:
Anton Sukhonosenko
2016-01-14 22:40:50 +03:00
parent ba0efda2f0
commit b2e98e9353
23 changed files with 87 additions and 147 deletions
-5
View File
@@ -880,11 +880,6 @@
<category>Kotlin</category>
</intentionAction>
<intentionAction>
<className>org.jetbrains.kotlin.idea.intentions.ReplaceSubstringWithDropIntention</className>
<category>Kotlin</category>
</intentionAction>
<intentionAction>
<className>org.jetbrains.kotlin.idea.intentions.ReplaceSubstringWithDropLastIntention</className>
<category>Kotlin</category>