Highlight use of toString() inside string interpolation as redundant #KT-10731 Fixed

This commit is contained in:
Kirill Rakhman
2016-08-14 15:20:44 +03:00
committed by Mikhail Glukhikh
parent 52dacd1d49
commit d68a681db5
17 changed files with 167 additions and 0 deletions
+8
View File
@@ -1670,6 +1670,14 @@
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.RemoveToStringInStringTemplateInspection"
displayName="Remove redundant call to 'toString()' in string template"
groupName="Kotlin"
enabledByDefault="true"
level="WEAK WARNING"
language="kotlin"
/>
<referenceImporter implementation="org.jetbrains.kotlin.idea.quickfix.KotlinReferenceImporter"/>
<fileType.fileViewProviderFactory filetype="KJSM" implementationClass="com.intellij.psi.ClassFileViewProviderFactory"/>