KT-17888 Inspection to warn about suspicious combination of == and ===

This commit is contained in:
Dimach
2017-08-14 21:19:33 +03:00
committed by Dmitry Jemerov
parent 83a1d6e5ca
commit b988fb701d
7 changed files with 142 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports when == and === used on same variable in one expression
</body>
</html>