Inspection checking that destructuring variable name matches the name of different component #KT-12004 Fixed

This commit is contained in:
Kirill Rakhman
2017-02-17 17:53:44 +01:00
committed by Mikhail Glukhikh
parent af7de9a0c5
commit 2506bb6673
7 changed files with 100 additions and 0 deletions
+8
View File
@@ -2051,6 +2051,14 @@
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.DestructuringWrongNameInspection"
displayName="Variable in destructuring declaration uses name of a wrong data class property"
groupName="Kotlin"
enabledByDefault="true"
level="WARNING"
language="kotlin"
/>
<referenceImporter implementation="org.jetbrains.kotlin.idea.quickfix.KotlinReferenceImporter"/>