Inspection checking that destructuring variable name matches the name of different component #KT-12004 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
af7de9a0c5
commit
2506bb6673
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user