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
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports entries of destructuring declarations that match the name of a different property of the destructured data class.
</body>
</html>