Add "simplify if with constant" inspection #KT-17919 Fixed

This commit is contained in:
Kirill Rakhman
2017-06-28 22:12:14 +03:00
committed by Mikhail Glukhikh
parent 7634673213
commit cb19a86c44
23 changed files with 359 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports 'if' expressions whose condition is constant and therefore the expression can be simplified.
</body>
</html>