Remove setter parameter type inspection #KT-5771 Fixed

(cherry picked from commit 731a670)
This commit is contained in:
Mikhail Glukhikh
2016-07-19 18:11:23 +03:00
committed by Mikhail Glukhikh
parent 1d5924d236
commit 82e69d9587
10 changed files with 114 additions and 12 deletions
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports explicitly given parameter types in property setters.
Setter parameter type always matches property type, so it's not needed to be explicit.
</body>
</html>